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

Packages that use EnterpriseBeansType
org.apache.geronimo.xbeans.ejb   
org.apache.geronimo.xbeans.ejb.impl   
 

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

Methods in org.apache.geronimo.xbeans.ejb that return EnterpriseBeansType
 EnterpriseBeansType EjbJarType.getEnterpriseBeans()
          Gets the "enterprise-beans" element
 EnterpriseBeansType EjbJarType.addNewEnterpriseBeans()
          Appends and returns a new empty "enterprise-beans" element
static EnterpriseBeansType EnterpriseBeansType.Factory.newInstance()
           
static EnterpriseBeansType EnterpriseBeansType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static EnterpriseBeansType EnterpriseBeansType.Factory.parse(String s)
           
static EnterpriseBeansType EnterpriseBeansType.Factory.parse(String s, org.apache.xmlbeans.XmlOptions options)
           
static EnterpriseBeansType EnterpriseBeansType.Factory.parse(File f)
           
static EnterpriseBeansType EnterpriseBeansType.Factory.parse(File f, org.apache.xmlbeans.XmlOptions options)
           
static EnterpriseBeansType EnterpriseBeansType.Factory.parse(URL u)
           
static EnterpriseBeansType EnterpriseBeansType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static EnterpriseBeansType EnterpriseBeansType.Factory.parse(InputStream is)
           
static EnterpriseBeansType EnterpriseBeansType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static EnterpriseBeansType EnterpriseBeansType.Factory.parse(Reader r)
           
static EnterpriseBeansType EnterpriseBeansType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static EnterpriseBeansType EnterpriseBeansType.Factory.parse(Node node)
           
static EnterpriseBeansType EnterpriseBeansType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static EnterpriseBeansType EnterpriseBeansType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static EnterpriseBeansType EnterpriseBeansType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.xbeans.ejb with parameters of type EnterpriseBeansType
 void EjbJarType.setEnterpriseBeans(EnterpriseBeansType enterpriseBeans)
          Sets the "enterprise-beans" element
 

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

Classes in org.apache.geronimo.xbeans.ejb.impl that implement EnterpriseBeansType
 class EnterpriseBeansTypeImpl
          An XML enterprise-beansType(@http://java.sun.com/xml/ns/j2ee).
 

Methods in org.apache.geronimo.xbeans.ejb.impl that return EnterpriseBeansType
 EnterpriseBeansType EjbJarTypeImpl.getEnterpriseBeans()
          Gets the "enterprise-beans" element
 EnterpriseBeansType EjbJarTypeImpl.addNewEnterpriseBeans()
          Appends and returns a new empty "enterprise-beans" element
 

Methods in org.apache.geronimo.xbeans.ejb.impl with parameters of type EnterpriseBeansType
 void EjbJarTypeImpl.setEnterpriseBeans(EnterpriseBeansType enterpriseBeans)
          Sets the "enterprise-beans" element
 



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