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

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

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

Methods in org.apache.geronimo.xbeans.ejb that return SessionTypeType
 SessionTypeType SessionBeanType.xgetSessionType()
          Gets (as xml) the "session-type" element
 

Methods in org.apache.geronimo.xbeans.ejb with parameters of type SessionTypeType
 void SessionBeanType.xsetSessionType(SessionTypeType sessionType)
          Sets (as xml) the "session-type" element
 

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

Methods in org.apache.geronimo.xbeans.ejb.impl that return SessionTypeType
 SessionTypeType SessionBeanTypeImpl.xgetSessionType()
          Gets (as xml) the "session-type" element
 

Methods in org.apache.geronimo.xbeans.ejb.impl with parameters of type SessionTypeType
 void SessionBeanTypeImpl.xsetSessionType(SessionTypeType sessionType)
          Sets (as xml) the "session-type" element
 

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

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

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

Classes in org.apache.geronimo.xbeans.j2ee.impl that implement SessionTypeType
 class SessionTypeTypeImpl
          An XML session-typeType(@http://java.sun.com/xml/ns/j2ee).
 



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