Class AddressUnmarshaller

java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
org.opensaml.soap.wsfed.impl.AddressUnmarshaller
All Implemented Interfaces:
Unmarshaller

public class AddressUnmarshaller extends AbstractXMLObjectUnmarshaller
A thread-safe unmarshaller for Address objects.
  • Constructor Details

    • AddressUnmarshaller

      public AddressUnmarshaller()
  • Method Details

    • processElementContent

      protected void processElementContent(XMLObject fedObject, String elementContent)
      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:
      processElementContent in class AbstractXMLObjectUnmarshaller
      Parameters:
      fedObject - XMLObject the content will be given to
      elementContent - the Element's content
    • processAttribute

      protected void processAttribute(XMLObject fedObject, Attr attribute)
      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:
      processAttribute in class AbstractXMLObjectUnmarshaller
      Parameters:
      fedObject - the XMLObject
      attribute - the attribute
    • processChildElement

      protected void processChildElement(XMLObject fedObject, XMLObject child)
      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:
      processChildElement in class AbstractXMLObjectUnmarshaller
      Parameters:
      fedObject - the parent XMLObject
      child - the child XMLObject