Uses of Interface
org.apache.geronimo.xbeans.geronimo.naming.GerResourceLocatorType

Packages that use GerResourceLocatorType
org.apache.geronimo.xbeans.geronimo.naming   
org.apache.geronimo.xbeans.geronimo.naming.impl   
 

Uses of GerResourceLocatorType in org.apache.geronimo.xbeans.geronimo.naming
 

Methods in org.apache.geronimo.xbeans.geronimo.naming that return GerResourceLocatorType
 GerResourceLocatorType GerCmpConnectionFactoryDocument.addNewCmpConnectionFactory()
          Appends and returns a new empty "cmp-connection-factory" element
 GerResourceLocatorType GerResourceAdapterDocument.addNewResourceAdapter()
          Appends and returns a new empty "resource-adapter" element
 GerResourceLocatorType GerCmpConnectionFactoryDocument.getCmpConnectionFactory()
          Gets the "cmp-connection-factory" element
 GerResourceLocatorType GerResourceAdapterDocument.getResourceAdapter()
          Gets the "resource-adapter" element
static GerResourceLocatorType GerResourceLocatorType.Factory.newInstance()
           
static GerResourceLocatorType GerResourceLocatorType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static GerResourceLocatorType GerResourceLocatorType.Factory.parse(File file)
           
static GerResourceLocatorType GerResourceLocatorType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static GerResourceLocatorType GerResourceLocatorType.Factory.parse(InputStream is)
           
static GerResourceLocatorType GerResourceLocatorType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static GerResourceLocatorType GerResourceLocatorType.Factory.parse(Node node)
           
static GerResourceLocatorType GerResourceLocatorType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static GerResourceLocatorType GerResourceLocatorType.Factory.parse(Reader r)
           
static GerResourceLocatorType GerResourceLocatorType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static GerResourceLocatorType GerResourceLocatorType.Factory.parse(String xmlAsString)
           
static GerResourceLocatorType GerResourceLocatorType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static GerResourceLocatorType GerResourceLocatorType.Factory.parse(URL u)
           
static GerResourceLocatorType GerResourceLocatorType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static GerResourceLocatorType GerResourceLocatorType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static GerResourceLocatorType GerResourceLocatorType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static GerResourceLocatorType GerResourceLocatorType.Factory.parse(XMLStreamReader sr)
           
static GerResourceLocatorType GerResourceLocatorType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.xbeans.geronimo.naming with parameters of type GerResourceLocatorType
 void GerCmpConnectionFactoryDocument.setCmpConnectionFactory(GerResourceLocatorType cmpConnectionFactory)
          Sets the "cmp-connection-factory" element
 void GerResourceAdapterDocument.setResourceAdapter(GerResourceLocatorType resourceAdapter)
          Sets the "resource-adapter" element
 

Uses of GerResourceLocatorType in org.apache.geronimo.xbeans.geronimo.naming.impl
 

Classes in org.apache.geronimo.xbeans.geronimo.naming.impl that implement GerResourceLocatorType
 class GerResourceLocatorTypeImpl
          An XML resource-locatorType(@http://geronimo.apache.org/xml/ns/naming-1.2).
 

Methods in org.apache.geronimo.xbeans.geronimo.naming.impl that return GerResourceLocatorType
 GerResourceLocatorType GerCmpConnectionFactoryDocumentImpl.addNewCmpConnectionFactory()
          Appends and returns a new empty "cmp-connection-factory" element
 GerResourceLocatorType GerResourceAdapterDocumentImpl.addNewResourceAdapter()
          Appends and returns a new empty "resource-adapter" element
 GerResourceLocatorType GerCmpConnectionFactoryDocumentImpl.getCmpConnectionFactory()
          Gets the "cmp-connection-factory" element
 GerResourceLocatorType GerResourceAdapterDocumentImpl.getResourceAdapter()
          Gets the "resource-adapter" element
 

Methods in org.apache.geronimo.xbeans.geronimo.naming.impl with parameters of type GerResourceLocatorType
 void GerCmpConnectionFactoryDocumentImpl.setCmpConnectionFactory(GerResourceLocatorType cmpConnectionFactory)
          Sets the "cmp-connection-factory" element
 void GerResourceAdapterDocumentImpl.setResourceAdapter(GerResourceLocatorType resourceAdapter)
          Sets the "resource-adapter" element
 



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