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

Packages that use GerClusteringWadiDocument
org.apache.geronimo.xbeans.geronimo   
org.apache.geronimo.xbeans.geronimo.impl   
 

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

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

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

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



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