Uses of Interface
org.apache.geronimo.deployment.xbeans.GbeanDocument

Packages that use GbeanDocument
org.apache.geronimo.deployment.xbeans   
org.apache.geronimo.deployment.xbeans.impl   
 

Uses of GbeanDocument in org.apache.geronimo.deployment.xbeans
 

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

Uses of GbeanDocument in org.apache.geronimo.deployment.xbeans.impl
 

Classes in org.apache.geronimo.deployment.xbeans.impl that implement GbeanDocument
 class GbeanDocumentImpl
          A document containing one gbean(@http://geronimo.apache.org/xml/ns/deployment-1.2) element.
 



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