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

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

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

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

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

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



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