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

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

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

Methods in org.apache.geronimo.xbeans.j2ee that return OutboundResourceadapterType
 OutboundResourceadapterType ResourceadapterType.getOutboundResourceadapter()
          Gets the "outbound-resourceadapter" element
 OutboundResourceadapterType ResourceadapterType.addNewOutboundResourceadapter()
          Appends and returns a new empty "outbound-resourceadapter" element
static OutboundResourceadapterType OutboundResourceadapterType.Factory.newInstance()
           
static OutboundResourceadapterType OutboundResourceadapterType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static OutboundResourceadapterType OutboundResourceadapterType.Factory.parse(String s)
           
static OutboundResourceadapterType OutboundResourceadapterType.Factory.parse(String s, org.apache.xmlbeans.XmlOptions options)
           
static OutboundResourceadapterType OutboundResourceadapterType.Factory.parse(File f)
           
static OutboundResourceadapterType OutboundResourceadapterType.Factory.parse(File f, org.apache.xmlbeans.XmlOptions options)
           
static OutboundResourceadapterType OutboundResourceadapterType.Factory.parse(URL u)
           
static OutboundResourceadapterType OutboundResourceadapterType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static OutboundResourceadapterType OutboundResourceadapterType.Factory.parse(InputStream is)
           
static OutboundResourceadapterType OutboundResourceadapterType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static OutboundResourceadapterType OutboundResourceadapterType.Factory.parse(Reader r)
           
static OutboundResourceadapterType OutboundResourceadapterType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static OutboundResourceadapterType OutboundResourceadapterType.Factory.parse(Node node)
           
static OutboundResourceadapterType OutboundResourceadapterType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static OutboundResourceadapterType OutboundResourceadapterType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static OutboundResourceadapterType OutboundResourceadapterType.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 OutboundResourceadapterType
 void ResourceadapterType.setOutboundResourceadapter(OutboundResourceadapterType outboundResourceadapter)
          Sets the "outbound-resourceadapter" element
 

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

Classes in org.apache.geronimo.xbeans.j2ee.impl that implement OutboundResourceadapterType
 class OutboundResourceadapterTypeImpl
          An XML outbound-resourceadapterType(@http://java.sun.com/xml/ns/j2ee).
 

Methods in org.apache.geronimo.xbeans.j2ee.impl that return OutboundResourceadapterType
 OutboundResourceadapterType ResourceadapterTypeImpl.getOutboundResourceadapter()
          Gets the "outbound-resourceadapter" element
 OutboundResourceadapterType ResourceadapterTypeImpl.addNewOutboundResourceadapter()
          Appends and returns a new empty "outbound-resourceadapter" element
 

Methods in org.apache.geronimo.xbeans.j2ee.impl with parameters of type OutboundResourceadapterType
 void ResourceadapterTypeImpl.setOutboundResourceadapter(OutboundResourceadapterType outboundResourceadapter)
          Sets the "outbound-resourceadapter" element
 



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