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

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

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

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

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

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



Copyright © 2009. All Rights Reserved.