org.openliberty.xmltooling.security
Class TimestampBuilder

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObjectBuilder<Timestamp>
      extended by org.openliberty.xmltooling.security.TimestampBuilder
All Implemented Interfaces:
org.opensaml.xml.XMLObjectBuilder<Timestamp>

public class TimestampBuilder
extends org.opensaml.xml.AbstractXMLObjectBuilder<Timestamp>

Author:
tguion

Constructor Summary
TimestampBuilder()
           
 
Method Summary
 Timestamp buildObject()
           
 Timestamp 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

TimestampBuilder

public TimestampBuilder()
Method Detail

buildObject

public Timestamp buildObject()

buildObject

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