Uses of Interface
org.oasisOpen.docs.wss.x2004.x01.oasis200401WssWssecurityUtility10.TimestampDocument

Packages that use TimestampDocument
org.oasisOpen.docs.wss.x2004.x01.oasis200401WssWssecurityUtility10   
org.oasisOpen.docs.wss.x2004.x01.oasis200401WssWssecurityUtility10.impl   
 

Uses of TimestampDocument in org.oasisOpen.docs.wss.x2004.x01.oasis200401WssWssecurityUtility10
 

Methods in org.oasisOpen.docs.wss.x2004.x01.oasis200401WssWssecurityUtility10 that return TimestampDocument
static TimestampDocument TimestampDocument.Factory.newInstance()
           
static TimestampDocument TimestampDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static TimestampDocument TimestampDocument.Factory.parse(java.io.File file)
           
static TimestampDocument TimestampDocument.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static TimestampDocument TimestampDocument.Factory.parse(java.io.InputStream is)
           
static TimestampDocument TimestampDocument.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static TimestampDocument TimestampDocument.Factory.parse(org.w3c.dom.Node node)
           
static TimestampDocument TimestampDocument.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static TimestampDocument TimestampDocument.Factory.parse(java.io.Reader r)
           
static TimestampDocument TimestampDocument.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static TimestampDocument TimestampDocument.Factory.parse(java.lang.String xmlAsString)
           
static TimestampDocument TimestampDocument.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static TimestampDocument TimestampDocument.Factory.parse(java.net.URL u)
           
static TimestampDocument TimestampDocument.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static TimestampDocument TimestampDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static TimestampDocument TimestampDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static TimestampDocument TimestampDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static TimestampDocument TimestampDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of TimestampDocument in org.oasisOpen.docs.wss.x2004.x01.oasis200401WssWssecurityUtility10.impl
 

Classes in org.oasisOpen.docs.wss.x2004.x01.oasis200401WssWssecurityUtility10.impl that implement TimestampDocument
 class TimestampDocumentImpl
          A document containing one Timestamp(@http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd) element.
 



Copyright © 2009. All Rights Reserved.