Uses of Interface
org.apache.geronimo.xbeans.j2ee.EjbJarDocument

Packages that use EjbJarDocument
org.apache.geronimo.xbeans.j2ee   
org.apache.geronimo.xbeans.j2ee.impl   
 

Uses of EjbJarDocument in org.apache.geronimo.xbeans.j2ee
 

Methods in org.apache.geronimo.xbeans.j2ee that return EjbJarDocument
static EjbJarDocument EjbJarDocument.Factory.newInstance()
           
static EjbJarDocument EjbJarDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static EjbJarDocument EjbJarDocument.Factory.parse(String s)
           
static EjbJarDocument EjbJarDocument.Factory.parse(String s, org.apache.xmlbeans.XmlOptions options)
           
static EjbJarDocument EjbJarDocument.Factory.parse(File f)
           
static EjbJarDocument EjbJarDocument.Factory.parse(File f, org.apache.xmlbeans.XmlOptions options)
           
static EjbJarDocument EjbJarDocument.Factory.parse(URL u)
           
static EjbJarDocument EjbJarDocument.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static EjbJarDocument EjbJarDocument.Factory.parse(InputStream is)
           
static EjbJarDocument EjbJarDocument.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static EjbJarDocument EjbJarDocument.Factory.parse(Reader r)
           
static EjbJarDocument EjbJarDocument.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static EjbJarDocument EjbJarDocument.Factory.parse(Node node)
           
static EjbJarDocument EjbJarDocument.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static EjbJarDocument EjbJarDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static EjbJarDocument EjbJarDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of EjbJarDocument in org.apache.geronimo.xbeans.j2ee.impl
 

Classes in org.apache.geronimo.xbeans.j2ee.impl that implement EjbJarDocument
 class EjbJarDocumentImpl
          A document containing one ejb-jar(@http://java.sun.com/xml/ns/j2ee) element.
 



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.