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

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

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

Methods in org.apache.geronimo.xbeans.ejb that return HomeType
 HomeType EntityBeanType.xgetHome()
          Gets (as xml) the "home" element
 HomeType SessionBeanType.xgetHome()
          Gets (as xml) the "home" element
 

Methods in org.apache.geronimo.xbeans.ejb with parameters of type HomeType
 void EntityBeanType.xsetHome(HomeType home)
          Sets (as xml) the "home" element
 void SessionBeanType.xsetHome(HomeType home)
          Sets (as xml) the "home" element
 

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

Methods in org.apache.geronimo.xbeans.ejb.impl that return HomeType
 HomeType EntityBeanTypeImpl.xgetHome()
          Gets (as xml) the "home" element
 HomeType SessionBeanTypeImpl.xgetHome()
          Gets (as xml) the "home" element
 

Methods in org.apache.geronimo.xbeans.ejb.impl with parameters of type HomeType
 void EntityBeanTypeImpl.xsetHome(HomeType home)
          Sets (as xml) the "home" element
 void SessionBeanTypeImpl.xsetHome(HomeType home)
          Sets (as xml) the "home" element
 

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

Methods in org.apache.geronimo.xbeans.j2ee that return HomeType
static HomeType HomeType.Factory.newValue(Object obj)
           
static HomeType HomeType.Factory.newInstance()
           
static HomeType HomeType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static HomeType HomeType.Factory.parse(String s)
           
static HomeType HomeType.Factory.parse(String s, org.apache.xmlbeans.XmlOptions options)
           
static HomeType HomeType.Factory.parse(File f)
           
static HomeType HomeType.Factory.parse(File f, org.apache.xmlbeans.XmlOptions options)
           
static HomeType HomeType.Factory.parse(URL u)
           
static HomeType HomeType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static HomeType HomeType.Factory.parse(InputStream is)
           
static HomeType HomeType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static HomeType HomeType.Factory.parse(Reader r)
           
static HomeType HomeType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static HomeType HomeType.Factory.parse(Node node)
           
static HomeType HomeType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static HomeType HomeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static HomeType HomeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
           
 HomeType EjbRefType.xgetHome()
          Gets (as xml) the "home" element
 

Methods in org.apache.geronimo.xbeans.j2ee with parameters of type HomeType
 void EjbRefType.xsetHome(HomeType home)
          Sets (as xml) the "home" element
 

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

Classes in org.apache.geronimo.xbeans.j2ee.impl that implement HomeType
 class HomeTypeImpl
          An XML homeType(@http://java.sun.com/xml/ns/j2ee).
 

Methods in org.apache.geronimo.xbeans.j2ee.impl that return HomeType
 HomeType EjbRefTypeImpl.xgetHome()
          Gets (as xml) the "home" element
 

Methods in org.apache.geronimo.xbeans.j2ee.impl with parameters of type HomeType
 void EjbRefTypeImpl.xsetHome(HomeType home)
          Sets (as xml) the "home" element
 



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