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

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

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

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

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

Classes in org.apache.geronimo.xbeans.j2ee.impl that implement ConnectorType
 class ConnectorTypeImpl
          An XML connectorType(@http://java.sun.com/xml/ns/j2ee).
 

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

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



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