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

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

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

Subinterfaces of GerClusteringDocument in org.apache.geronimo.xbeans.geronimo
 interface GerClusteringWadiDocument
          A document containing one clustering-wadi(@http://geronimo.apache.org/xml/ns/clustering-wadi-1.2) element.
 interface GerTomcatClusteringWadiDocument
          A document containing one tomcat-clustering-wadi(@http://geronimo.apache.org/xml/ns/tomcat-clustering-wadi-1.2) element.
 

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

Classes in org.apache.geronimo.xbeans.geronimo.impl that implement GerClusteringDocument
 class GerClusteringWadiDocumentImpl
          A document containing one clustering-wadi(@http://geronimo.apache.org/xml/ns/clustering-wadi-1.2) element.
 class GerTomcatClusteringWadiDocumentImpl
          A document containing one tomcat-clustering-wadi(@http://geronimo.apache.org/xml/ns/tomcat-clustering-wadi-1.2) element.
 

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

Methods in org.apache.geronimo.xbeans.geronimo.j2ee that return GerClusteringDocument
static GerClusteringDocument GerClusteringDocument.Factory.newInstance()
           
static GerClusteringDocument GerClusteringDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static GerClusteringDocument GerClusteringDocument.Factory.parse(File file)
           
static GerClusteringDocument GerClusteringDocument.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static GerClusteringDocument GerClusteringDocument.Factory.parse(InputStream is)
           
static GerClusteringDocument GerClusteringDocument.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static GerClusteringDocument GerClusteringDocument.Factory.parse(Node node)
           
static GerClusteringDocument GerClusteringDocument.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static GerClusteringDocument GerClusteringDocument.Factory.parse(Reader r)
           
static GerClusteringDocument GerClusteringDocument.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static GerClusteringDocument GerClusteringDocument.Factory.parse(String xmlAsString)
           
static GerClusteringDocument GerClusteringDocument.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static GerClusteringDocument GerClusteringDocument.Factory.parse(URL u)
           
static GerClusteringDocument GerClusteringDocument.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static GerClusteringDocument GerClusteringDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static GerClusteringDocument GerClusteringDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static GerClusteringDocument GerClusteringDocument.Factory.parse(XMLStreamReader sr)
           
static GerClusteringDocument GerClusteringDocument.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

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

Classes in org.apache.geronimo.xbeans.geronimo.j2ee.impl that implement GerClusteringDocument
 class GerClusteringDocumentImpl
          A document containing one clustering(@http://geronimo.apache.org/xml/ns/j2ee/application-2.0) element.
 



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