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

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

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

Methods in org.apache.geronimo.deployment.xbeans that return EmptyType
 EmptyType EnvironmentType.addNewInverseClassloading()
          Appends and returns a new empty "inverse-classloading" element
 EmptyType EnvironmentType.addNewSuppressDefaultEnvironment()
          Appends and returns a new empty "suppress-default-environment" element
 EmptyType EnvironmentType.getInverseClassloading()
          Gets the "inverse-classloading" element
 EmptyType EnvironmentType.getSuppressDefaultEnvironment()
          Gets the "suppress-default-environment" element
static EmptyType EmptyType.Factory.newInstance()
           
static EmptyType EmptyType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static EmptyType EmptyType.Factory.parse(File file)
           
static EmptyType EmptyType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static EmptyType EmptyType.Factory.parse(InputStream is)
           
static EmptyType EmptyType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static EmptyType EmptyType.Factory.parse(Node node)
           
static EmptyType EmptyType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static EmptyType EmptyType.Factory.parse(Reader r)
           
static EmptyType EmptyType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static EmptyType EmptyType.Factory.parse(String xmlAsString)
           
static EmptyType EmptyType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static EmptyType EmptyType.Factory.parse(URL u)
           
static EmptyType EmptyType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static EmptyType EmptyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static EmptyType EmptyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static EmptyType EmptyType.Factory.parse(XMLStreamReader sr)
           
static EmptyType EmptyType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.deployment.xbeans with parameters of type EmptyType
 void EnvironmentType.setInverseClassloading(EmptyType inverseClassloading)
          Sets the "inverse-classloading" element
 void EnvironmentType.setSuppressDefaultEnvironment(EmptyType suppressDefaultEnvironment)
          Sets the "suppress-default-environment" element
 

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

Classes in org.apache.geronimo.deployment.xbeans.impl that implement EmptyType
 class EmptyTypeImpl
          An XML emptyType(@http://geronimo.apache.org/xml/ns/deployment-1.2).
 

Methods in org.apache.geronimo.deployment.xbeans.impl that return EmptyType
 EmptyType EnvironmentTypeImpl.addNewInverseClassloading()
          Appends and returns a new empty "inverse-classloading" element
 EmptyType EnvironmentTypeImpl.addNewSuppressDefaultEnvironment()
          Appends and returns a new empty "suppress-default-environment" element
 EmptyType EnvironmentTypeImpl.getInverseClassloading()
          Gets the "inverse-classloading" element
 EmptyType EnvironmentTypeImpl.getSuppressDefaultEnvironment()
          Gets the "suppress-default-environment" element
 

Methods in org.apache.geronimo.deployment.xbeans.impl with parameters of type EmptyType
 void EnvironmentTypeImpl.setInverseClassloading(EmptyType inverseClassloading)
          Sets the "inverse-classloading" element
 void EnvironmentTypeImpl.setSuppressDefaultEnvironment(EmptyType suppressDefaultEnvironment)
          Sets the "suppress-default-environment" element
 



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