org.openliberty.xmltooling.pp.dst2_1
Class DSTURITypeBuilder

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

public class DSTURITypeBuilder
extends org.opensaml.xml.AbstractXMLObjectBuilder<DSTURI>

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

Author:
asa

Constructor Summary
DSTURITypeBuilder()
           
 
Method Summary
 DSTURI 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

DSTURITypeBuilder

public DSTURITypeBuilder()
Method Detail

buildObject

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