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

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

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

Methods in org.apache.geronimo.xbeans.ejb that return EjbNameType
 EjbNameType EntityBeanType.xgetEjbName()
          Gets (as xml) the "ejb-name" element
 EjbNameType SessionBeanType.xgetEjbName()
          Gets (as xml) the "ejb-name" element
 EjbNameType MethodType.xgetEjbName()
          Gets (as xml) the "ejb-name" element
 EjbNameType MessageDrivenBeanType.xgetEjbName()
          Gets (as xml) the "ejb-name" element
 EjbNameType RelationshipRoleSourceType.xgetEjbName()
          Gets (as xml) the "ejb-name" element
 

Methods in org.apache.geronimo.xbeans.ejb with parameters of type EjbNameType
 void EntityBeanType.xsetEjbName(EjbNameType ejbName)
          Sets (as xml) the "ejb-name" element
 void SessionBeanType.xsetEjbName(EjbNameType ejbName)
          Sets (as xml) the "ejb-name" element
 void MethodType.xsetEjbName(EjbNameType ejbName)
          Sets (as xml) the "ejb-name" element
 void MessageDrivenBeanType.xsetEjbName(EjbNameType ejbName)
          Sets (as xml) the "ejb-name" element
 void RelationshipRoleSourceType.xsetEjbName(EjbNameType ejbName)
          Sets (as xml) the "ejb-name" element
 

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

Methods in org.apache.geronimo.xbeans.ejb.impl that return EjbNameType
 EjbNameType MethodTypeImpl.xgetEjbName()
          Gets (as xml) the "ejb-name" element
 EjbNameType EntityBeanTypeImpl.xgetEjbName()
          Gets (as xml) the "ejb-name" element
 EjbNameType RelationshipRoleSourceTypeImpl.xgetEjbName()
          Gets (as xml) the "ejb-name" element
 EjbNameType SessionBeanTypeImpl.xgetEjbName()
          Gets (as xml) the "ejb-name" element
 EjbNameType MessageDrivenBeanTypeImpl.xgetEjbName()
          Gets (as xml) the "ejb-name" element
 

Methods in org.apache.geronimo.xbeans.ejb.impl with parameters of type EjbNameType
 void MethodTypeImpl.xsetEjbName(EjbNameType ejbName)
          Sets (as xml) the "ejb-name" element
 void EntityBeanTypeImpl.xsetEjbName(EjbNameType ejbName)
          Sets (as xml) the "ejb-name" element
 void RelationshipRoleSourceTypeImpl.xsetEjbName(EjbNameType ejbName)
          Sets (as xml) the "ejb-name" element
 void SessionBeanTypeImpl.xsetEjbName(EjbNameType ejbName)
          Sets (as xml) the "ejb-name" element
 void MessageDrivenBeanTypeImpl.xsetEjbName(EjbNameType ejbName)
          Sets (as xml) the "ejb-name" element
 

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

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

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

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



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