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

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

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

Methods in org.apache.geronimo.deployment.xbeans that return GbeanType
 GbeanType GbeanDocument.addNewGbean()
          Appends and returns a new empty "gbean" element
 GbeanType GbeanDocument.getGbean()
          Gets the "gbean" element
static GbeanType GbeanType.Factory.newInstance()
           
static GbeanType GbeanType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static GbeanType GbeanType.Factory.parse(File file)
           
static GbeanType GbeanType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static GbeanType GbeanType.Factory.parse(InputStream is)
           
static GbeanType GbeanType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static GbeanType GbeanType.Factory.parse(Node node)
           
static GbeanType GbeanType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static GbeanType GbeanType.Factory.parse(Reader r)
           
static GbeanType GbeanType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static GbeanType GbeanType.Factory.parse(String xmlAsString)
           
static GbeanType GbeanType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static GbeanType GbeanType.Factory.parse(URL u)
           
static GbeanType GbeanType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static GbeanType GbeanType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static GbeanType GbeanType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static GbeanType GbeanType.Factory.parse(XMLStreamReader sr)
           
static GbeanType GbeanType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.deployment.xbeans with parameters of type GbeanType
 void GbeanDocument.setGbean(GbeanType gbean)
          Sets the "gbean" element
 

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

Classes in org.apache.geronimo.deployment.xbeans.impl that implement GbeanType
 class GbeanTypeImpl
          An XML gbeanType(@http://geronimo.apache.org/xml/ns/deployment-1.2).
 

Methods in org.apache.geronimo.deployment.xbeans.impl that return GbeanType
 GbeanType GbeanDocumentImpl.addNewGbean()
          Appends and returns a new empty "gbean" element
 GbeanType GbeanDocumentImpl.getGbean()
          Gets the "gbean" element
 

Methods in org.apache.geronimo.deployment.xbeans.impl with parameters of type GbeanType
 void GbeanDocumentImpl.setGbean(GbeanType gbean)
          Sets the "gbean" element
 



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