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

Packages that use TransactionSupportType
org.apache.geronimo.xbeans.j2ee   
org.apache.geronimo.xbeans.j2ee.impl   
 

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

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

Methods in org.apache.geronimo.xbeans.j2ee with parameters of type TransactionSupportType
 void OutboundResourceadapterType.xsetTransactionSupport(TransactionSupportType transactionSupport)
          Sets (as xml) the "transaction-support" element
 

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

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

Methods in org.apache.geronimo.xbeans.j2ee.impl that return TransactionSupportType
 TransactionSupportType OutboundResourceadapterTypeImpl.xgetTransactionSupport()
          Gets (as xml) the "transaction-support" element
 

Methods in org.apache.geronimo.xbeans.j2ee.impl with parameters of type TransactionSupportType
 void OutboundResourceadapterTypeImpl.xsetTransactionSupport(TransactionSupportType transactionSupport)
          Sets (as xml) the "transaction-support" element
 



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