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

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

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

Subinterfaces of ServiceDocument in org.apache.geronimo.deployment.xbeans
 interface GbeanDocument
          A document containing one gbean(@http://geronimo.apache.org/xml/ns/deployment-1.2) element.
 

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

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

Classes in org.apache.geronimo.deployment.xbeans.impl that implement ServiceDocument
 class GbeanDocumentImpl
          A document containing one gbean(@http://geronimo.apache.org/xml/ns/deployment-1.2) element.
 class ServiceDocumentImpl
          A document containing one service(@http://geronimo.apache.org/xml/ns/deployment-1.2) element.
 



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