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

Packages that use GerConnectorType
org.apache.geronimo.connector.deployment.jsr88   
org.apache.geronimo.xbeans.geronimo   
org.apache.geronimo.xbeans.geronimo.client   
org.apache.geronimo.xbeans.geronimo.client.impl   
org.apache.geronimo.xbeans.geronimo.impl   
 

Uses of GerConnectorType in org.apache.geronimo.connector.deployment.jsr88
 

Constructors in org.apache.geronimo.connector.deployment.jsr88 with parameters of type GerConnectorType
ConnectorDCB(DDBean connectorDDBean, GerConnectorType connector)
           
 

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

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

Methods in org.apache.geronimo.xbeans.geronimo with parameters of type GerConnectorType
 void GerConnectorDocument.setConnector(GerConnectorType connector)
          Sets the "connector" element
 

Uses of GerConnectorType in org.apache.geronimo.xbeans.geronimo.client
 

Methods in org.apache.geronimo.xbeans.geronimo.client that return GerConnectorType
 GerConnectorType GerResourceType.addNewConnector()
          Appends and returns a new empty "connector" element
 GerConnectorType GerResourceType.getConnector()
          Gets the "connector" element
 

Methods in org.apache.geronimo.xbeans.geronimo.client with parameters of type GerConnectorType
 void GerResourceType.setConnector(GerConnectorType connector)
          Sets the "connector" element
 

Uses of GerConnectorType in org.apache.geronimo.xbeans.geronimo.client.impl
 

Methods in org.apache.geronimo.xbeans.geronimo.client.impl that return GerConnectorType
 GerConnectorType GerResourceTypeImpl.addNewConnector()
          Appends and returns a new empty "connector" element
 GerConnectorType GerResourceTypeImpl.getConnector()
          Gets the "connector" element
 

Methods in org.apache.geronimo.xbeans.geronimo.client.impl with parameters of type GerConnectorType
 void GerResourceTypeImpl.setConnector(GerConnectorType connector)
          Sets the "connector" element
 

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

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

Methods in org.apache.geronimo.xbeans.geronimo.impl that return GerConnectorType
 GerConnectorType GerConnectorDocumentImpl.addNewConnector()
          Appends and returns a new empty "connector" element
 GerConnectorType GerConnectorDocumentImpl.getConnector()
          Gets the "connector" element
 

Methods in org.apache.geronimo.xbeans.geronimo.impl with parameters of type GerConnectorType
 void GerConnectorDocumentImpl.setConnector(GerConnectorType connector)
          Sets the "connector" element
 



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