Uses of Interface
org.apache.geronimo.xbeans.geronimo.GerXatransactionType

Packages that use GerXatransactionType
org.apache.geronimo.xbeans.geronimo   
org.apache.geronimo.xbeans.geronimo.impl   
 

Uses of GerXatransactionType in org.apache.geronimo.xbeans.geronimo
 

Methods in org.apache.geronimo.xbeans.geronimo that return GerXatransactionType
 GerXatransactionType GerConnectionmanagerType.addNewXaTransaction()
          Appends and returns a new empty "xa-transaction" element
 GerXatransactionType GerConnectionmanagerType.getXaTransaction()
          Gets the "xa-transaction" element
static GerXatransactionType GerXatransactionType.Factory.newInstance()
           
static GerXatransactionType GerXatransactionType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static GerXatransactionType GerXatransactionType.Factory.parse(File file)
           
static GerXatransactionType GerXatransactionType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static GerXatransactionType GerXatransactionType.Factory.parse(InputStream is)
           
static GerXatransactionType GerXatransactionType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static GerXatransactionType GerXatransactionType.Factory.parse(Node node)
           
static GerXatransactionType GerXatransactionType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static GerXatransactionType GerXatransactionType.Factory.parse(Reader r)
           
static GerXatransactionType GerXatransactionType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static GerXatransactionType GerXatransactionType.Factory.parse(String xmlAsString)
           
static GerXatransactionType GerXatransactionType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static GerXatransactionType GerXatransactionType.Factory.parse(URL u)
           
static GerXatransactionType GerXatransactionType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static GerXatransactionType GerXatransactionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static GerXatransactionType GerXatransactionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static GerXatransactionType GerXatransactionType.Factory.parse(XMLStreamReader sr)
           
static GerXatransactionType GerXatransactionType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.xbeans.geronimo with parameters of type GerXatransactionType
 void GerConnectionmanagerType.setXaTransaction(GerXatransactionType xaTransaction)
          Sets the "xa-transaction" element
 

Uses of GerXatransactionType in org.apache.geronimo.xbeans.geronimo.impl
 

Classes in org.apache.geronimo.xbeans.geronimo.impl that implement GerXatransactionType
 class GerXatransactionTypeImpl
          An XML xatransactionType(@http://geronimo.apache.org/xml/ns/j2ee/connector-1.2).
 

Methods in org.apache.geronimo.xbeans.geronimo.impl that return GerXatransactionType
 GerXatransactionType GerConnectionmanagerTypeImpl.addNewXaTransaction()
          Appends and returns a new empty "xa-transaction" element
 GerXatransactionType GerConnectionmanagerTypeImpl.getXaTransaction()
          Gets the "xa-transaction" element
 

Methods in org.apache.geronimo.xbeans.geronimo.impl with parameters of type GerXatransactionType
 void GerConnectionmanagerTypeImpl.setXaTransaction(GerXatransactionType xaTransaction)
          Sets the "xa-transaction" element
 



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.