org.openliberty.xmltooling.pp.dst2_1
Class DSTStringTypeBuilder

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObjectBuilder<DSTString>
      extended by org.openliberty.xmltooling.pp.dst2_1.DSTStringTypeBuilder
All Implemented Interfaces:
org.opensaml.xml.XMLObjectBuilder<DSTString>

public class DSTStringTypeBuilder
extends org.opensaml.xml.AbstractXMLObjectBuilder<DSTString>

This is the generic Builder for all of the classes that extend DSTString

Author:
asa

Constructor Summary
DSTStringTypeBuilder()
           
 
Method Summary
 DSTString 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

DSTStringTypeBuilder

public DSTStringTypeBuilder()
Method Detail

buildObject

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