Package org.opensaml.soap.wsfed.impl
Class AddressUnmarshaller
java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
org.opensaml.soap.wsfed.impl.AddressUnmarshaller
- All Implemented Interfaces:
Unmarshaller
A thread-safe unmarshaller for
Address objects.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprocessAttribute(XMLObject fedObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidprocessChildElement(XMLObject fedObject, XMLObject child) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidprocessElementContent(XMLObject fedObject, String elementContent) Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
buildXMLObject, checkIDAttribute, processUnknownAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContent
-
Constructor Details
-
AddressUnmarshaller
public AddressUnmarshaller()
-
-
Method Details
-
processElementContent
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject. The default implementation of this method is a no-op- Overrides:
processElementContentin classAbstractXMLObjectUnmarshaller- Parameters:
fedObject- XMLObject the content will be given toelementContent- the Element's content
-
processAttribute
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:
fedObject- the XMLObjectattribute- the attribute
-
processChildElement
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. The default implementation of this method is a no-op.- Overrides:
processChildElementin classAbstractXMLObjectUnmarshaller- Parameters:
fedObject- the parent XMLObjectchild- the child XMLObject
-