Uses of Interface
org.apache.geronimo.xbeans.geronimo.naming.GerAbstractNamingEntryDocument

Packages that use GerAbstractNamingEntryDocument
org.apache.geronimo.xbeans.geronimo.naming   
org.apache.geronimo.xbeans.geronimo.naming.impl   
 

Uses of GerAbstractNamingEntryDocument in org.apache.geronimo.xbeans.geronimo.naming
 

Subinterfaces of GerAbstractNamingEntryDocument in org.apache.geronimo.xbeans.geronimo.naming
 interface GerGbeanRefDocument
          A document containing one gbean-ref(@http://geronimo.apache.org/xml/ns/naming-1.2) element.
 interface GerPersistenceContextRefDocument
          A document containing one persistence-context-ref(@http://geronimo.apache.org/xml/ns/naming-1.2) element.
 interface GerPersistenceUnitRefDocument
          A document containing one persistence-unit-ref(@http://geronimo.apache.org/xml/ns/naming-1.2) element.
 

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

Uses of GerAbstractNamingEntryDocument in org.apache.geronimo.xbeans.geronimo.naming.impl
 

Classes in org.apache.geronimo.xbeans.geronimo.naming.impl that implement GerAbstractNamingEntryDocument
 class GerAbstractNamingEntryDocumentImpl
          A document containing one abstract-naming-entry(@http://geronimo.apache.org/xml/ns/naming-1.2) element.
 class GerGbeanRefDocumentImpl
          A document containing one gbean-ref(@http://geronimo.apache.org/xml/ns/naming-1.2) element.
 class GerPersistenceContextRefDocumentImpl
          A document containing one persistence-context-ref(@http://geronimo.apache.org/xml/ns/naming-1.2) element.
 class GerPersistenceUnitRefDocumentImpl
          A document containing one persistence-unit-ref(@http://geronimo.apache.org/xml/ns/naming-1.2) element.
 



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