Uses of Interface
org.apache.geronimo.xbeans.geronimo.security.subjectinfo.GerDefaultSubjectDocument

Packages that use GerDefaultSubjectDocument
org.apache.geronimo.xbeans.geronimo.security.subjectinfo   
 

Uses of GerDefaultSubjectDocument in org.apache.geronimo.xbeans.geronimo.security.subjectinfo
 

Methods in org.apache.geronimo.xbeans.geronimo.security.subjectinfo that return GerDefaultSubjectDocument
static GerDefaultSubjectDocument GerDefaultSubjectDocument.Factory.newInstance()
           
static GerDefaultSubjectDocument GerDefaultSubjectDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static GerDefaultSubjectDocument GerDefaultSubjectDocument.Factory.parse(File file)
           
static GerDefaultSubjectDocument GerDefaultSubjectDocument.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static GerDefaultSubjectDocument GerDefaultSubjectDocument.Factory.parse(InputStream is)
           
static GerDefaultSubjectDocument GerDefaultSubjectDocument.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static GerDefaultSubjectDocument GerDefaultSubjectDocument.Factory.parse(Node node)
           
static GerDefaultSubjectDocument GerDefaultSubjectDocument.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static GerDefaultSubjectDocument GerDefaultSubjectDocument.Factory.parse(Reader r)
           
static GerDefaultSubjectDocument GerDefaultSubjectDocument.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static GerDefaultSubjectDocument GerDefaultSubjectDocument.Factory.parse(String xmlAsString)
           
static GerDefaultSubjectDocument GerDefaultSubjectDocument.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static GerDefaultSubjectDocument GerDefaultSubjectDocument.Factory.parse(URL u)
           
static GerDefaultSubjectDocument GerDefaultSubjectDocument.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static GerDefaultSubjectDocument GerDefaultSubjectDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static GerDefaultSubjectDocument GerDefaultSubjectDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static GerDefaultSubjectDocument GerDefaultSubjectDocument.Factory.parse(XMLStreamReader sr)
           
static GerDefaultSubjectDocument GerDefaultSubjectDocument.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.