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(java.io.File file)
           
static OpenejbEjbJarDocument OpenejbEjbJarDocument.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbEjbJarDocument OpenejbEjbJarDocument.Factory.parse(java.io.InputStream is)
           
static OpenejbEjbJarDocument OpenejbEjbJarDocument.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbEjbJarDocument OpenejbEjbJarDocument.Factory.parse(org.w3c.dom.Node node)
           
static OpenejbEjbJarDocument OpenejbEjbJarDocument.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbEjbJarDocument OpenejbEjbJarDocument.Factory.parse(java.io.Reader r)
           
static OpenejbEjbJarDocument OpenejbEjbJarDocument.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbEjbJarDocument OpenejbEjbJarDocument.Factory.parse(java.lang.String xmlAsString)
           
static OpenejbEjbJarDocument OpenejbEjbJarDocument.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbEjbJarDocument OpenejbEjbJarDocument.Factory.parse(java.net.URL u)
           
static OpenejbEjbJarDocument OpenejbEjbJarDocument.Factory.parse(java.net.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(javax.xml.stream.XMLStreamReader sr)
           
static OpenejbEjbJarDocument OpenejbEjbJarDocument.Factory.parse(javax.xml.stream.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-2012 The Apache Geronimo development community. All Rights Reserved.