Uses of Interface
org.apache.geronimo.openejb.xbeans.ejbjar.OpenejbEjbJarDocument

Packages that use OpenejbEjbJarDocument
org.apache.geronimo.openejb.xbeans.ejbjar   
org.apache.geronimo.openejb.xbeans.ejbjar.impl   
 

Uses of OpenejbEjbJarDocument in org.apache.geronimo.openejb.xbeans.ejbjar
 

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

Uses of OpenejbEjbJarDocument in org.apache.geronimo.openejb.xbeans.ejbjar.impl
 

Classes in org.apache.geronimo.openejb.xbeans.ejbjar.impl that implement OpenejbEjbJarDocument
 class OpenejbEjbJarDocumentImpl
          A document containing one ejb-jar(@http://geronimo.apache.org/xml/ns/j2ee/ejb/openejb-2.0) element.
 



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