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

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

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

Methods in org.apache.geronimo.xbeans.ejb that return TransactionTypeType
 TransactionTypeType SessionBeanType.xgetTransactionType()
          Gets (as xml) the "transaction-type" element
 TransactionTypeType MessageDrivenBeanType.xgetTransactionType()
          Gets (as xml) the "transaction-type" element
 

Methods in org.apache.geronimo.xbeans.ejb with parameters of type TransactionTypeType
 void SessionBeanType.xsetTransactionType(TransactionTypeType transactionType)
          Sets (as xml) the "transaction-type" element
 void MessageDrivenBeanType.xsetTransactionType(TransactionTypeType transactionType)
          Sets (as xml) the "transaction-type" element
 

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

Methods in org.apache.geronimo.xbeans.ejb.impl that return TransactionTypeType
 TransactionTypeType SessionBeanTypeImpl.xgetTransactionType()
          Gets (as xml) the "transaction-type" element
 TransactionTypeType MessageDrivenBeanTypeImpl.xgetTransactionType()
          Gets (as xml) the "transaction-type" element
 

Methods in org.apache.geronimo.xbeans.ejb.impl with parameters of type TransactionTypeType
 void SessionBeanTypeImpl.xsetTransactionType(TransactionTypeType transactionType)
          Sets (as xml) the "transaction-type" element
 void MessageDrivenBeanTypeImpl.xsetTransactionType(TransactionTypeType transactionType)
          Sets (as xml) the "transaction-type" element
 

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

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

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

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



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