Uses of Interface
org.openejb.xbeans.ejbjar.OpenejbOpenejbJarDocument

Packages that use OpenejbOpenejbJarDocument
org.openejb.xbeans.ejbjar   
org.openejb.xbeans.ejbjar.impl   
 

Uses of OpenejbOpenejbJarDocument in org.openejb.xbeans.ejbjar
 

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

Uses of OpenejbOpenejbJarDocument in org.openejb.xbeans.ejbjar.impl
 

Classes in org.openejb.xbeans.ejbjar.impl that implement OpenejbOpenejbJarDocument
 class OpenejbOpenejbJarDocumentImpl
          A document containing one openejb-jar(@http://www.openejb.org/xml/ns/openejb-jar-2.1) element.
 



Copyright © 1999-2006 OpenEJB. All Rights Reserved.