Uses of Interface
org.apache.geronimo.xbeans.geronimo.web.jetty.config.GerJettyConfigType

Packages that use GerJettyConfigType
org.apache.geronimo.xbeans.geronimo.web.jetty.config   
org.apache.geronimo.xbeans.geronimo.web.jetty.config.impl   
 

Uses of GerJettyConfigType in org.apache.geronimo.xbeans.geronimo.web.jetty.config
 

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

Methods in org.apache.geronimo.xbeans.geronimo.web.jetty.config with parameters of type GerJettyConfigType
 void GerJettyDocument.setJetty(GerJettyConfigType jetty)
          Sets the "jetty" element
 

Uses of GerJettyConfigType in org.apache.geronimo.xbeans.geronimo.web.jetty.config.impl
 

Classes in org.apache.geronimo.xbeans.geronimo.web.jetty.config.impl that implement GerJettyConfigType
 class GerJettyConfigTypeImpl
          An XML jetty-configType(@http://geronimo.apache.org/xml/ns/web/jetty/config-1.0.1).
 

Methods in org.apache.geronimo.xbeans.geronimo.web.jetty.config.impl that return GerJettyConfigType
 GerJettyConfigType GerJettyDocumentImpl.addNewJetty()
          Appends and returns a new empty "jetty" element
 GerJettyConfigType GerJettyDocumentImpl.getJetty()
          Gets the "jetty" element
 

Methods in org.apache.geronimo.xbeans.geronimo.web.jetty.config.impl with parameters of type GerJettyConfigType
 void GerJettyDocumentImpl.setJetty(GerJettyConfigType jetty)
          Sets the "jetty" element
 



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