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

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

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

Methods in org.apache.geronimo.xbeans.j2ee that return InboundResourceadapterType
static InboundResourceadapterType InboundResourceadapterType.Factory.newInstance()
           
static InboundResourceadapterType InboundResourceadapterType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static InboundResourceadapterType InboundResourceadapterType.Factory.parse(String s)
           
static InboundResourceadapterType InboundResourceadapterType.Factory.parse(String s, org.apache.xmlbeans.XmlOptions options)
           
static InboundResourceadapterType InboundResourceadapterType.Factory.parse(File f)
           
static InboundResourceadapterType InboundResourceadapterType.Factory.parse(File f, org.apache.xmlbeans.XmlOptions options)
           
static InboundResourceadapterType InboundResourceadapterType.Factory.parse(URL u)
           
static InboundResourceadapterType InboundResourceadapterType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static InboundResourceadapterType InboundResourceadapterType.Factory.parse(InputStream is)
           
static InboundResourceadapterType InboundResourceadapterType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static InboundResourceadapterType InboundResourceadapterType.Factory.parse(Reader r)
           
static InboundResourceadapterType InboundResourceadapterType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static InboundResourceadapterType InboundResourceadapterType.Factory.parse(Node node)
           
static InboundResourceadapterType InboundResourceadapterType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static InboundResourceadapterType InboundResourceadapterType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static InboundResourceadapterType InboundResourceadapterType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
           
 InboundResourceadapterType ResourceadapterType.getInboundResourceadapter()
          Gets the "inbound-resourceadapter" element
 InboundResourceadapterType ResourceadapterType.addNewInboundResourceadapter()
          Appends and returns a new empty "inbound-resourceadapter" element
 

Methods in org.apache.geronimo.xbeans.j2ee with parameters of type InboundResourceadapterType
 void ResourceadapterType.setInboundResourceadapter(InboundResourceadapterType inboundResourceadapter)
          Sets the "inbound-resourceadapter" element
 

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

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

Methods in org.apache.geronimo.xbeans.j2ee.impl that return InboundResourceadapterType
 InboundResourceadapterType ResourceadapterTypeImpl.getInboundResourceadapter()
          Gets the "inbound-resourceadapter" element
 InboundResourceadapterType ResourceadapterTypeImpl.addNewInboundResourceadapter()
          Appends and returns a new empty "inbound-resourceadapter" element
 

Methods in org.apache.geronimo.xbeans.j2ee.impl with parameters of type InboundResourceadapterType
 void ResourceadapterTypeImpl.setInboundResourceadapter(InboundResourceadapterType inboundResourceadapter)
          Sets the "inbound-resourceadapter" element
 



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