Uses of Interface
org.apache.geronimo.deployment.javabean.xbeans.JavabeanDocument

Packages that use JavabeanDocument
org.apache.geronimo.deployment.javabean.xbeans   
org.apache.geronimo.deployment.javabean.xbeans.impl   
 

Uses of JavabeanDocument in org.apache.geronimo.deployment.javabean.xbeans
 

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

Uses of JavabeanDocument in org.apache.geronimo.deployment.javabean.xbeans.impl
 

Classes in org.apache.geronimo.deployment.javabean.xbeans.impl that implement JavabeanDocument
 class JavabeanDocumentImpl
          A document containing one javabean(@http://geronimo.apache.org/xml/ns/deployment/javabean-1.0) element.
 



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