Class TimestampBuilder
- java.lang.Object
-
- org.opensaml.core.xml.AbstractXMLObjectBuilder<WSSecurityObjectType>
-
- org.opensaml.soap.wssecurity.impl.AbstractWSSecurityObjectBuilder<Timestamp>
-
- org.opensaml.soap.wssecurity.impl.TimestampBuilder
-
- All Implemented Interfaces:
XMLObjectBuilder<Timestamp>,WSSecurityObjectBuilder<Timestamp>
public class TimestampBuilder extends AbstractWSSecurityObjectBuilder<Timestamp>
TimestampBuilder.
-
-
Constructor Summary
Constructors Constructor Description TimestampBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TimestampbuildObject()TimestampbuildObject(String namespaceURI, String localName, String namespacePrefix)-
Methods inherited from class org.opensaml.core.xml.AbstractXMLObjectBuilder
buildObject, buildObject, buildObject, buildObject
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opensaml.core.xml.XMLObjectBuilder
buildObject, buildObject, buildObject, buildObject
-
-
-
-
Method Detail
-
buildObject
public Timestamp buildObject()
- Specified by:
buildObjectin interfaceWSSecurityObjectBuilder<Timestamp>- Specified by:
buildObjectin classAbstractWSSecurityObjectBuilder<Timestamp>
-
buildObject
public Timestamp buildObject(String namespaceURI, String localName, String namespacePrefix)
- Specified by:
buildObjectin interfaceXMLObjectBuilder<Timestamp>- Specified by:
buildObjectin classAbstractXMLObjectBuilder<Timestamp>
-
-