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

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

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

Methods in org.apache.geronimo.xbeans.ejb that return LocalType
 LocalType EntityBeanType.xgetLocal()
          Gets (as xml) the "local" element
 LocalType SessionBeanType.xgetLocal()
          Gets (as xml) the "local" element
 

Methods in org.apache.geronimo.xbeans.ejb with parameters of type LocalType
 void EntityBeanType.xsetLocal(LocalType local)
          Sets (as xml) the "local" element
 void SessionBeanType.xsetLocal(LocalType local)
          Sets (as xml) the "local" element
 

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

Methods in org.apache.geronimo.xbeans.ejb.impl that return LocalType
 LocalType EntityBeanTypeImpl.xgetLocal()
          Gets (as xml) the "local" element
 LocalType SessionBeanTypeImpl.xgetLocal()
          Gets (as xml) the "local" element
 

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

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

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

Methods in org.apache.geronimo.xbeans.j2ee with parameters of type LocalType
 void EjbLocalRefType.xsetLocal(LocalType local)
          Sets (as xml) the "local" element
 

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

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

Methods in org.apache.geronimo.xbeans.j2ee.impl that return LocalType
 LocalType EjbLocalRefTypeImpl.xgetLocal()
          Gets (as xml) the "local" element
 

Methods in org.apache.geronimo.xbeans.j2ee.impl with parameters of type LocalType
 void EjbLocalRefTypeImpl.xsetLocal(LocalType local)
          Sets (as xml) the "local" element
 



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