Uses of Interface
org.apache.geronimo.xbeans.geronimo.web.tomcat.config.GerTomcatConfigType

Packages that use GerTomcatConfigType
org.apache.geronimo.xbeans.geronimo.web.tomcat.config   
org.apache.geronimo.xbeans.geronimo.web.tomcat.config.impl   
 

Uses of GerTomcatConfigType in org.apache.geronimo.xbeans.geronimo.web.tomcat.config
 

Methods in org.apache.geronimo.xbeans.geronimo.web.tomcat.config that return GerTomcatConfigType
 GerTomcatConfigType GerTomcatDocument.addNewTomcat()
          Appends and returns a new empty "tomcat" element
 GerTomcatConfigType GerTomcatDocument.getTomcat()
          Gets the "tomcat" element
static GerTomcatConfigType GerTomcatConfigType.Factory.newInstance()
           
static GerTomcatConfigType GerTomcatConfigType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static GerTomcatConfigType GerTomcatConfigType.Factory.parse(File file)
           
static GerTomcatConfigType GerTomcatConfigType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static GerTomcatConfigType GerTomcatConfigType.Factory.parse(InputStream is)
           
static GerTomcatConfigType GerTomcatConfigType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static GerTomcatConfigType GerTomcatConfigType.Factory.parse(Node node)
           
static GerTomcatConfigType GerTomcatConfigType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static GerTomcatConfigType GerTomcatConfigType.Factory.parse(Reader r)
           
static GerTomcatConfigType GerTomcatConfigType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static GerTomcatConfigType GerTomcatConfigType.Factory.parse(String xmlAsString)
           
static GerTomcatConfigType GerTomcatConfigType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static GerTomcatConfigType GerTomcatConfigType.Factory.parse(URL u)
           
static GerTomcatConfigType GerTomcatConfigType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static GerTomcatConfigType GerTomcatConfigType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static GerTomcatConfigType GerTomcatConfigType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static GerTomcatConfigType GerTomcatConfigType.Factory.parse(XMLStreamReader sr)
           
static GerTomcatConfigType GerTomcatConfigType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.xbeans.geronimo.web.tomcat.config with parameters of type GerTomcatConfigType
 void GerTomcatDocument.setTomcat(GerTomcatConfigType tomcat)
          Sets the "tomcat" element
 

Uses of GerTomcatConfigType in org.apache.geronimo.xbeans.geronimo.web.tomcat.config.impl
 

Classes in org.apache.geronimo.xbeans.geronimo.web.tomcat.config.impl that implement GerTomcatConfigType
 class GerTomcatConfigTypeImpl
          An XML tomcat-configType(@http://geronimo.apache.org/xml/ns/web/tomcat/config-1.0).
 

Methods in org.apache.geronimo.xbeans.geronimo.web.tomcat.config.impl that return GerTomcatConfigType
 GerTomcatConfigType GerTomcatDocumentImpl.addNewTomcat()
          Appends and returns a new empty "tomcat" element
 GerTomcatConfigType GerTomcatDocumentImpl.getTomcat()
          Gets the "tomcat" element
 

Methods in org.apache.geronimo.xbeans.geronimo.web.tomcat.config.impl with parameters of type GerTomcatConfigType
 void GerTomcatDocumentImpl.setTomcat(GerTomcatConfigType tomcat)
          Sets the "tomcat" element
 



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