Uses of Interface
org.icenigrid.schema.oasis.wss.y2004.m01.PasswordDocument

Packages that use PasswordDocument
org.icenigrid.schema.oasis.wss.y2004.m01   
org.icenigrid.schema.oasis.wss.y2004.m01.impl   
 

Uses of PasswordDocument in org.icenigrid.schema.oasis.wss.y2004.m01
 

Methods in org.icenigrid.schema.oasis.wss.y2004.m01 that return PasswordDocument
static PasswordDocument PasswordDocument.Factory.newInstance()
           
static PasswordDocument PasswordDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static PasswordDocument PasswordDocument.Factory.parse(java.io.File file)
           
static PasswordDocument PasswordDocument.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static PasswordDocument PasswordDocument.Factory.parse(java.io.InputStream is)
           
static PasswordDocument PasswordDocument.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static PasswordDocument PasswordDocument.Factory.parse(org.w3c.dom.Node node)
           
static PasswordDocument PasswordDocument.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static PasswordDocument PasswordDocument.Factory.parse(java.io.Reader r)
           
static PasswordDocument PasswordDocument.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static PasswordDocument PasswordDocument.Factory.parse(java.lang.String xmlAsString)
           
static PasswordDocument PasswordDocument.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static PasswordDocument PasswordDocument.Factory.parse(java.net.URL u)
           
static PasswordDocument PasswordDocument.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static PasswordDocument PasswordDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static PasswordDocument PasswordDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static PasswordDocument PasswordDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static PasswordDocument PasswordDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of PasswordDocument in org.icenigrid.schema.oasis.wss.y2004.m01.impl
 

Classes in org.icenigrid.schema.oasis.wss.y2004.m01.impl that implement PasswordDocument
 class PasswordDocumentImpl
          A document containing one Password(@http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd) element.
 



Copyright © 2009. All Rights Reserved.