Uses of Interface
org.apache.geronimo.deployment.xbeans.EnvironmentDocument

Packages that use EnvironmentDocument
org.apache.geronimo.deployment.xbeans   
org.apache.geronimo.deployment.xbeans.impl   
 

Uses of EnvironmentDocument in org.apache.geronimo.deployment.xbeans
 

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

Uses of EnvironmentDocument in org.apache.geronimo.deployment.xbeans.impl
 

Classes in org.apache.geronimo.deployment.xbeans.impl that implement EnvironmentDocument
 class EnvironmentDocumentImpl
          A document containing one environment(@http://geronimo.apache.org/xml/ns/deployment-1.2) element.
 



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