Uses of Interface
org.apache.geronimo.xbeans.ejb.EjbJarType

Packages that use EjbJarType
org.apache.geronimo.xbeans.ejb   
org.apache.geronimo.xbeans.ejb.impl   
org.apache.geronimo.xbeans.j2ee   
org.apache.geronimo.xbeans.j2ee.impl   
 

Uses of EjbJarType in org.apache.geronimo.xbeans.ejb
 

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

Uses of EjbJarType in org.apache.geronimo.xbeans.ejb.impl
 

Classes in org.apache.geronimo.xbeans.ejb.impl that implement EjbJarType
 class EjbJarTypeImpl
          An XML ejb-jarType(@http://java.sun.com/xml/ns/j2ee).
 

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

Methods in org.apache.geronimo.xbeans.j2ee that return EjbJarType
 EjbJarType EjbJarDocument.getEjbJar()
          Gets the "ejb-jar" element
 EjbJarType EjbJarDocument.addNewEjbJar()
          Appends and returns a new empty "ejb-jar" element
 

Methods in org.apache.geronimo.xbeans.j2ee with parameters of type EjbJarType
 void EjbJarDocument.setEjbJar(EjbJarType ejbJar)
          Sets the "ejb-jar" element
 

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

Methods in org.apache.geronimo.xbeans.j2ee.impl that return EjbJarType
 EjbJarType EjbJarDocumentImpl.getEjbJar()
          Gets the "ejb-jar" element
 EjbJarType EjbJarDocumentImpl.addNewEjbJar()
          Appends and returns a new empty "ejb-jar" element
 

Methods in org.apache.geronimo.xbeans.j2ee.impl with parameters of type EjbJarType
 void EjbJarDocumentImpl.setEjbJar(EjbJarType ejbJar)
          Sets the "ejb-jar" element
 



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