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

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

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

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

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

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



Copyright © 2009. All Rights Reserved.