org.openliberty.xmltooling.idsis.dap
Class DAPResultQuery.Unmarshaller

java.lang.Object
  extended by org.opensaml.xml.io.AbstractXMLObjectUnmarshaller
      extended by org.openliberty.xmltooling.dst2_1.ResultQueryBaseType.Unmarshaller
          extended by org.openliberty.xmltooling.idsis.dap.DAPResultQuery.Unmarshaller
All Implemented Interfaces:
org.opensaml.xml.io.Unmarshaller
Direct Known Subclasses:
DAPQueryItem.Unmarshaller
Enclosing class:
DAPResultQuery

public static class DAPResultQuery.Unmarshaller
extends ResultQueryBaseType.Unmarshaller


Constructor Summary
DAPResultQuery.Unmarshaller()
           
 
Method Summary
protected  void processChildElement(org.opensaml.xml.XMLObject parentXMLObject, org.opensaml.xml.XMLObject childXMLObject)
          ChangeFormat elements are placed first in changeFormat1 and then in changeFormat2, if changeFormat1 is not null, and additional elements are stored changeFormat2, if there are more than 2, then the second one is overwritten
 
Methods inherited from class org.openliberty.xmltooling.dst2_1.ResultQueryBaseType.Unmarshaller
processAttribute, processElementContent
 
Methods inherited from class org.opensaml.xml.io.AbstractXMLObjectUnmarshaller
buildXMLObject, checkElementIsTarget, checkIDAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DAPResultQuery.Unmarshaller

public DAPResultQuery.Unmarshaller()
Method Detail

processChildElement

protected void processChildElement(org.opensaml.xml.XMLObject parentXMLObject,
                                   org.opensaml.xml.XMLObject childXMLObject)
                            throws org.opensaml.xml.io.UnmarshallingException
Description copied from class: ResultQueryBaseType.Unmarshaller
ChangeFormat elements are placed first in changeFormat1 and then in changeFormat2, if changeFormat1 is not null, and additional elements are stored changeFormat2, if there are more than 2, then the second one is overwritten

Overrides:
processChildElement in class ResultQueryBaseType.Unmarshaller
Throws:
org.opensaml.xml.io.UnmarshallingException