org.openliberty.xmltooling.idsis.dap
Class DAPTestItem.TestOpBuilder
java.lang.Object
org.opensaml.xml.AbstractXMLObjectBuilder<DAPSelect>
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
| 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 |
DAPTestItem.TestOpBuilder
public DAPTestItem.TestOpBuilder()
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>