Uses of Interface
org.apache.geronimo.xbeans.geronimo.j2ee.GerSecurityDocument

Packages that use GerSecurityDocument
org.apache.geronimo.xbeans.geronimo.j2ee   
org.apache.geronimo.xbeans.geronimo.j2ee.impl   
org.apache.geronimo.xbeans.geronimo.security   
org.apache.geronimo.xml.ns.security12   
org.apache.geronimo.xml.ns.security12.impl   
 

Uses of GerSecurityDocument in org.apache.geronimo.xbeans.geronimo.j2ee
 

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

Uses of GerSecurityDocument in org.apache.geronimo.xbeans.geronimo.j2ee.impl
 

Classes in org.apache.geronimo.xbeans.geronimo.j2ee.impl that implement GerSecurityDocument
 class GerSecurityDocumentImpl
          A document containing one security(@http://geronimo.apache.org/xml/ns/j2ee/application-2.0) element.
 

Uses of GerSecurityDocument in org.apache.geronimo.xbeans.geronimo.security
 

Subinterfaces of GerSecurityDocument in org.apache.geronimo.xbeans.geronimo.security
 interface GerSecurityDocument
          A document containing one security(@http://geronimo.apache.org/xml/ns/security-2.0) element.
 

Uses of GerSecurityDocument in org.apache.geronimo.xml.ns.security12
 

Subinterfaces of GerSecurityDocument in org.apache.geronimo.xml.ns.security12
 interface SecurityDocument
          A document containing one security(@http://geronimo.apache.org/xml/ns/security-1.2) element.
 

Uses of GerSecurityDocument in org.apache.geronimo.xml.ns.security12.impl
 

Classes in org.apache.geronimo.xml.ns.security12.impl that implement GerSecurityDocument
 class SecurityDocumentImpl
          A document containing one security(@http://geronimo.apache.org/xml/ns/security-1.2) element.
 



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