Class AppliesToUnmarshaller

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

public class AppliesToUnmarshaller extends AbstractXMLObjectUnmarshaller
A thread-safe unmarshaller for AppliesTo objects.
  • Constructor Details

    • AppliesToUnmarshaller

      public AppliesToUnmarshaller()
  • Method Details

    • processChildElement

      protected void processChildElement(XMLObject parentFedObject, XMLObject childFedObject)
      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:
      parentFedObject - the parent XMLObject
      childFedObject - the child XMLObject
    • 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
    • processElementContent

      protected void processElementContent(XMLObject fedObject, String content)
      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
      content - the Element's content