Package org.opensaml.core.xml
Class AbstractExtensibleXMLObjectUnmarshaller
java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
org.opensaml.core.xml.AbstractElementExtensibleXMLObjectUnmarshaller
org.opensaml.core.xml.AbstractExtensibleXMLObjectUnmarshaller
- All Implemented Interfaces:
Unmarshaller
public abstract class AbstractExtensibleXMLObjectUnmarshaller
extends AbstractElementExtensibleXMLObjectUnmarshaller
AbstractExtensibleXMLObjectUnmarshaller unmarshalls element of type
xs:any and with
xs:anyAttribute attributes.-
Field Summary
Fields 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) Unmarshalls thexs:anyAttributeattributes.Methods inherited from class org.opensaml.core.xml.AbstractElementExtensibleXMLObjectUnmarshaller
processChildElementMethods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
buildXMLObject, checkIDAttribute, processElementContent, processUnknownAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContent
-
Constructor Details
-
AbstractExtensibleXMLObjectUnmarshaller
public AbstractExtensibleXMLObjectUnmarshaller()
-
-
Method Details
-
processAttribute
protected void processAttribute(@Nonnull XMLObject xmlObject, @Nonnull Attr attribute) throws UnmarshallingException Unmarshalls thexs:anyAttributeattributes. 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:
processAttributein classAbstractXMLObjectUnmarshaller- Parameters:
xmlObject- the XMLObjectattribute- the attribute- Throws:
UnmarshallingException- thrown if there is a problem adding the attribute to the XMLObject
-