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

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

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

Methods in org.apache.geronimo.xbeans.ejb that return RemoteType
 RemoteType EntityBeanType.xgetRemote()
          Gets (as xml) the "remote" element
 RemoteType SessionBeanType.xgetRemote()
          Gets (as xml) the "remote" element
 

Methods in org.apache.geronimo.xbeans.ejb with parameters of type RemoteType
 void EntityBeanType.xsetRemote(RemoteType remote)
          Sets (as xml) the "remote" element
 void SessionBeanType.xsetRemote(RemoteType remote)
          Sets (as xml) the "remote" element
 

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

Methods in org.apache.geronimo.xbeans.ejb.impl that return RemoteType
 RemoteType EntityBeanTypeImpl.xgetRemote()
          Gets (as xml) the "remote" element
 RemoteType SessionBeanTypeImpl.xgetRemote()
          Gets (as xml) the "remote" element
 

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

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

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

Methods in org.apache.geronimo.xbeans.j2ee with parameters of type RemoteType
 void EjbRefType.xsetRemote(RemoteType remote)
          Sets (as xml) the "remote" element
 

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

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

Methods in org.apache.geronimo.xbeans.j2ee.impl that return RemoteType
 RemoteType EjbRefTypeImpl.xgetRemote()
          Gets (as xml) the "remote" element
 

Methods in org.apache.geronimo.xbeans.j2ee.impl with parameters of type RemoteType
 void EjbRefTypeImpl.xsetRemote(RemoteType remote)
          Sets (as xml) the "remote" element
 



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