org.openliberty.xmltooling.idsis.dap
Class DAPTestItem.TestOpBuilder

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObjectBuilder<DAPSelect>
      extended by org.openliberty.xmltooling.idsis.dap.DAPTestItem.TestOpBuilder
All Implemented Interfaces:
org.opensaml.xml.XMLObjectBuilder<DAPSelect>
Enclosing class:
DAPTestItem

public static class DAPTestItem.TestOpBuilder
extends org.opensaml.xml.AbstractXMLObjectBuilder<DAPSelect>

This Builder is used to create a dap:TestOp which is a child element of DAPTestItem. Although the DST2.1 reference implementation of dstref:TestOp is that of a simple xs:string element, the dap:TestOp is actually a DAPSelect. Only a builder is required, as the Marshaller, object class, and Unmarshaller is for DAPSelect.

Author:
asa

Constructor Summary
DAPTestItem.TestOpBuilder()
           
 
Method Summary
 DAPSelect buildObject()
           
 DAPSelect buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
           
 
Methods inherited from class org.opensaml.xml.AbstractXMLObjectBuilder
buildObject, buildObject, buildObject, buildObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DAPTestItem.TestOpBuilder

public DAPTestItem.TestOpBuilder()
Method Detail

buildObject

public DAPSelect buildObject()

buildObject

public DAPSelect buildObject(java.lang.String namespaceURI,
                             java.lang.String localName,
                             java.lang.String namespacePrefix)
Specified by:
buildObject in interface org.opensaml.xml.XMLObjectBuilder<DAPSelect>
Specified by:
buildObject in class org.opensaml.xml.AbstractXMLObjectBuilder<DAPSelect>