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

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

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

Methods in org.apache.geronimo.xbeans.j2ee that return ConnectionDefinitionType
static ConnectionDefinitionType ConnectionDefinitionType.Factory.newInstance()
           
static ConnectionDefinitionType ConnectionDefinitionType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ConnectionDefinitionType ConnectionDefinitionType.Factory.parse(String s)
           
static ConnectionDefinitionType ConnectionDefinitionType.Factory.parse(String s, org.apache.xmlbeans.XmlOptions options)
           
static ConnectionDefinitionType ConnectionDefinitionType.Factory.parse(File f)
           
static ConnectionDefinitionType ConnectionDefinitionType.Factory.parse(File f, org.apache.xmlbeans.XmlOptions options)
           
static ConnectionDefinitionType ConnectionDefinitionType.Factory.parse(URL u)
           
static ConnectionDefinitionType ConnectionDefinitionType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static ConnectionDefinitionType ConnectionDefinitionType.Factory.parse(InputStream is)
           
static ConnectionDefinitionType ConnectionDefinitionType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ConnectionDefinitionType ConnectionDefinitionType.Factory.parse(Reader r)
           
static ConnectionDefinitionType ConnectionDefinitionType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ConnectionDefinitionType ConnectionDefinitionType.Factory.parse(Node node)
           
static ConnectionDefinitionType ConnectionDefinitionType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static ConnectionDefinitionType ConnectionDefinitionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static ConnectionDefinitionType ConnectionDefinitionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
           
 ConnectionDefinitionType[] OutboundResourceadapterType.getConnectionDefinitionArray()
          Gets array of all "connection-definition" elements
 ConnectionDefinitionType OutboundResourceadapterType.getConnectionDefinitionArray(int i)
          Gets ith "connection-definition" element
 ConnectionDefinitionType OutboundResourceadapterType.insertNewConnectionDefinition(int i)
          Inserts and returns a new empty value (as xml) as the ith "connection-definition" element
 ConnectionDefinitionType OutboundResourceadapterType.addNewConnectionDefinition()
          Appends and returns a new empty value (as xml) as the last "connection-definition" element
 

Methods in org.apache.geronimo.xbeans.j2ee with parameters of type ConnectionDefinitionType
 void OutboundResourceadapterType.setConnectionDefinitionArray(ConnectionDefinitionType[] connectionDefinitionArray)
          Sets array of all "connection-definition" element
 void OutboundResourceadapterType.setConnectionDefinitionArray(int i, ConnectionDefinitionType connectionDefinition)
          Sets ith "connection-definition" element
 

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

Classes in org.apache.geronimo.xbeans.j2ee.impl that implement ConnectionDefinitionType
 class ConnectionDefinitionTypeImpl
          An XML connection-definitionType(@http://java.sun.com/xml/ns/j2ee).
 

Methods in org.apache.geronimo.xbeans.j2ee.impl that return ConnectionDefinitionType
 ConnectionDefinitionType[] OutboundResourceadapterTypeImpl.getConnectionDefinitionArray()
          Gets array of all "connection-definition" elements
 ConnectionDefinitionType OutboundResourceadapterTypeImpl.getConnectionDefinitionArray(int i)
          Gets ith "connection-definition" element
 ConnectionDefinitionType OutboundResourceadapterTypeImpl.insertNewConnectionDefinition(int i)
          Inserts and returns a new empty value (as xml) as the ith "connection-definition" element
 ConnectionDefinitionType OutboundResourceadapterTypeImpl.addNewConnectionDefinition()
          Appends and returns a new empty value (as xml) as the last "connection-definition" element
 

Methods in org.apache.geronimo.xbeans.j2ee.impl with parameters of type ConnectionDefinitionType
 void OutboundResourceadapterTypeImpl.setConnectionDefinitionArray(ConnectionDefinitionType[] connectionDefinitionArray)
          Sets array of all "connection-definition" element
 void OutboundResourceadapterTypeImpl.setConnectionDefinitionArray(int i, ConnectionDefinitionType connectionDefinition)
          Sets ith "connection-definition" element
 



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