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

Packages that use AbstractServiceType
org.apache.geronimo.deployment.xbeans   
org.apache.geronimo.deployment.xbeans.impl   
org.apache.geronimo.openejb.xbeans.ejbjar   
org.apache.geronimo.openejb.xbeans.ejbjar.impl   
org.apache.geronimo.xbeans.geronimo   
org.apache.geronimo.xbeans.geronimo.client   
org.apache.geronimo.xbeans.geronimo.client.impl   
org.apache.geronimo.xbeans.geronimo.impl   
org.apache.geronimo.xbeans.geronimo.j2ee   
org.apache.geronimo.xbeans.geronimo.j2ee.impl   
org.apache.geronimo.xbeans.geronimo.web   
org.apache.geronimo.xbeans.geronimo.web.impl   
org.apache.geronimo.xbeans.geronimo.web.jetty   
org.apache.geronimo.xbeans.geronimo.web.jetty.impl   
org.apache.geronimo.xbeans.geronimo.web.tomcat   
org.apache.geronimo.xbeans.geronimo.web.tomcat.impl   
 

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

Subinterfaces of AbstractServiceType in org.apache.geronimo.deployment.xbeans
 interface GbeanType
          An XML gbeanType(@http://geronimo.apache.org/xml/ns/deployment-1.2).
 

Methods in org.apache.geronimo.deployment.xbeans that return AbstractServiceType
 AbstractServiceType ServiceDocument.addNewService()
          Appends and returns a new empty "service" element
 AbstractServiceType ModuleType.addNewService()
          Appends and returns a new empty value (as xml) as the last "service" element
 AbstractServiceType ServiceDocument.getService()
          Gets the "service" element
 AbstractServiceType[] ModuleType.getServiceArray()
          Gets array of all "service" elements
 AbstractServiceType ModuleType.getServiceArray(int i)
          Gets ith "service" element
 AbstractServiceType ModuleType.insertNewService(int i)
          Inserts and returns a new empty value (as xml) as the ith "service" element
static AbstractServiceType AbstractServiceType.Factory.newInstance()
          Deprecated. No need to be able to create instances of abstract types
static AbstractServiceType AbstractServiceType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
          Deprecated. No need to be able to create instances of abstract types
static AbstractServiceType AbstractServiceType.Factory.parse(File file)
           
static AbstractServiceType AbstractServiceType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static AbstractServiceType AbstractServiceType.Factory.parse(InputStream is)
           
static AbstractServiceType AbstractServiceType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static AbstractServiceType AbstractServiceType.Factory.parse(Node node)
           
static AbstractServiceType AbstractServiceType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static AbstractServiceType AbstractServiceType.Factory.parse(Reader r)
           
static AbstractServiceType AbstractServiceType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static AbstractServiceType AbstractServiceType.Factory.parse(String xmlAsString)
           
static AbstractServiceType AbstractServiceType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static AbstractServiceType AbstractServiceType.Factory.parse(URL u)
           
static AbstractServiceType AbstractServiceType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static AbstractServiceType AbstractServiceType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static AbstractServiceType AbstractServiceType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static AbstractServiceType AbstractServiceType.Factory.parse(XMLStreamReader sr)
           
static AbstractServiceType AbstractServiceType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.deployment.xbeans with parameters of type AbstractServiceType
 void ServiceDocument.setService(AbstractServiceType service)
          Sets the "service" element
 void ModuleType.setServiceArray(AbstractServiceType[] serviceArray)
          Sets array of all "service" element
 void ModuleType.setServiceArray(int i, AbstractServiceType service)
          Sets ith "service" element
 

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

Classes in org.apache.geronimo.deployment.xbeans.impl that implement AbstractServiceType
 class AbstractServiceTypeImpl
          An XML abstract-serviceType(@http://geronimo.apache.org/xml/ns/deployment-1.2).
 class GbeanTypeImpl
          An XML gbeanType(@http://geronimo.apache.org/xml/ns/deployment-1.2).
 

Methods in org.apache.geronimo.deployment.xbeans.impl that return AbstractServiceType
 AbstractServiceType ServiceDocumentImpl.addNewService()
          Appends and returns a new empty "service" element
 AbstractServiceType ModuleTypeImpl.addNewService()
          Appends and returns a new empty value (as xml) as the last "service" element
 AbstractServiceType ServiceDocumentImpl.getService()
          Gets the "service" element
 AbstractServiceType[] ModuleTypeImpl.getServiceArray()
          Gets array of all "service" elements
 AbstractServiceType ModuleTypeImpl.getServiceArray(int i)
          Gets ith "service" element
 AbstractServiceType ModuleTypeImpl.insertNewService(int i)
          Inserts and returns a new empty value (as xml) as the ith "service" element
 

Methods in org.apache.geronimo.deployment.xbeans.impl with parameters of type AbstractServiceType
 void ServiceDocumentImpl.setService(AbstractServiceType service)
          Sets the "service" element
 void ModuleTypeImpl.setServiceArray(AbstractServiceType[] serviceArray)
          Sets array of all "service" element
 void ModuleTypeImpl.setServiceArray(int i, AbstractServiceType service)
          Sets ith "service" element
 

Uses of AbstractServiceType in org.apache.geronimo.openejb.xbeans.ejbjar
 

Methods in org.apache.geronimo.openejb.xbeans.ejbjar that return AbstractServiceType
 AbstractServiceType OpenejbGeronimoEjbJarType.addNewService()
          Appends and returns a new empty value (as xml) as the last "service" element
 AbstractServiceType[] OpenejbGeronimoEjbJarType.getServiceArray()
          Gets array of all "service" elements
 AbstractServiceType OpenejbGeronimoEjbJarType.getServiceArray(int i)
          Gets ith "service" element
 AbstractServiceType OpenejbGeronimoEjbJarType.insertNewService(int i)
          Inserts and returns a new empty value (as xml) as the ith "service" element
 

Methods in org.apache.geronimo.openejb.xbeans.ejbjar with parameters of type AbstractServiceType
 void OpenejbGeronimoEjbJarType.setServiceArray(AbstractServiceType[] serviceArray)
          Sets array of all "service" element
 void OpenejbGeronimoEjbJarType.setServiceArray(int i, AbstractServiceType service)
          Sets ith "service" element
 

Uses of AbstractServiceType in org.apache.geronimo.openejb.xbeans.ejbjar.impl
 

Methods in org.apache.geronimo.openejb.xbeans.ejbjar.impl that return AbstractServiceType
 AbstractServiceType OpenejbGeronimoEjbJarTypeImpl.addNewService()
          Appends and returns a new empty value (as xml) as the last "service" element
 AbstractServiceType[] OpenejbGeronimoEjbJarTypeImpl.getServiceArray()
          Gets array of all "service" elements
 AbstractServiceType OpenejbGeronimoEjbJarTypeImpl.getServiceArray(int i)
          Gets ith "service" element
 AbstractServiceType OpenejbGeronimoEjbJarTypeImpl.insertNewService(int i)
          Inserts and returns a new empty value (as xml) as the ith "service" element
 

Methods in org.apache.geronimo.openejb.xbeans.ejbjar.impl with parameters of type AbstractServiceType
 void OpenejbGeronimoEjbJarTypeImpl.setServiceArray(AbstractServiceType[] serviceArray)
          Sets array of all "service" element
 void OpenejbGeronimoEjbJarTypeImpl.setServiceArray(int i, AbstractServiceType service)
          Sets ith "service" element
 

Uses of AbstractServiceType in org.apache.geronimo.xbeans.geronimo
 

Methods in org.apache.geronimo.xbeans.geronimo that return AbstractServiceType
 AbstractServiceType GerConnectorType.addNewService()
          Appends and returns a new empty value (as xml) as the last "service" element
 AbstractServiceType[] GerConnectorType.getServiceArray()
          Gets array of all "service" elements
 AbstractServiceType GerConnectorType.getServiceArray(int i)
          Gets ith "service" element
 AbstractServiceType GerConnectorType.insertNewService(int i)
          Inserts and returns a new empty value (as xml) as the ith "service" element
 

Methods in org.apache.geronimo.xbeans.geronimo with parameters of type AbstractServiceType
 void GerConnectorType.setServiceArray(AbstractServiceType[] serviceArray)
          Sets array of all "service" element
 void GerConnectorType.setServiceArray(int i, AbstractServiceType service)
          Sets ith "service" element
 

Uses of AbstractServiceType in org.apache.geronimo.xbeans.geronimo.client
 

Methods in org.apache.geronimo.xbeans.geronimo.client that return AbstractServiceType
 AbstractServiceType GerApplicationClientType.addNewService()
          Appends and returns a new empty value (as xml) as the last "service" element
 AbstractServiceType[] GerApplicationClientType.getServiceArray()
          Gets array of all "service" elements
 AbstractServiceType GerApplicationClientType.getServiceArray(int i)
          Gets ith "service" element
 AbstractServiceType GerApplicationClientType.insertNewService(int i)
          Inserts and returns a new empty value (as xml) as the ith "service" element
 

Methods in org.apache.geronimo.xbeans.geronimo.client with parameters of type AbstractServiceType
 void GerApplicationClientType.setServiceArray(AbstractServiceType[] serviceArray)
          Sets array of all "service" element
 void GerApplicationClientType.setServiceArray(int i, AbstractServiceType service)
          Sets ith "service" element
 

Uses of AbstractServiceType in org.apache.geronimo.xbeans.geronimo.client.impl
 

Methods in org.apache.geronimo.xbeans.geronimo.client.impl that return AbstractServiceType
 AbstractServiceType GerApplicationClientTypeImpl.addNewService()
          Appends and returns a new empty value (as xml) as the last "service" element
 AbstractServiceType[] GerApplicationClientTypeImpl.getServiceArray()
          Gets array of all "service" elements
 AbstractServiceType GerApplicationClientTypeImpl.getServiceArray(int i)
          Gets ith "service" element
 AbstractServiceType GerApplicationClientTypeImpl.insertNewService(int i)
          Inserts and returns a new empty value (as xml) as the ith "service" element
 

Methods in org.apache.geronimo.xbeans.geronimo.client.impl with parameters of type AbstractServiceType
 void GerApplicationClientTypeImpl.setServiceArray(AbstractServiceType[] serviceArray)
          Sets array of all "service" element
 void GerApplicationClientTypeImpl.setServiceArray(int i, AbstractServiceType service)
          Sets ith "service" element
 

Uses of AbstractServiceType in org.apache.geronimo.xbeans.geronimo.impl
 

Methods in org.apache.geronimo.xbeans.geronimo.impl that return AbstractServiceType
 AbstractServiceType GerConnectorTypeImpl.addNewService()
          Appends and returns a new empty value (as xml) as the last "service" element
 AbstractServiceType[] GerConnectorTypeImpl.getServiceArray()
          Gets array of all "service" elements
 AbstractServiceType GerConnectorTypeImpl.getServiceArray(int i)
          Gets ith "service" element
 AbstractServiceType GerConnectorTypeImpl.insertNewService(int i)
          Inserts and returns a new empty value (as xml) as the ith "service" element
 

Methods in org.apache.geronimo.xbeans.geronimo.impl with parameters of type AbstractServiceType
 void GerConnectorTypeImpl.setServiceArray(AbstractServiceType[] serviceArray)
          Sets array of all "service" element
 void GerConnectorTypeImpl.setServiceArray(int i, AbstractServiceType service)
          Sets ith "service" element
 

Uses of AbstractServiceType in org.apache.geronimo.xbeans.geronimo.j2ee
 

Methods in org.apache.geronimo.xbeans.geronimo.j2ee that return AbstractServiceType
 AbstractServiceType GerApplicationType.addNewService()
          Appends and returns a new empty value (as xml) as the last "service" element
 AbstractServiceType[] GerApplicationType.getServiceArray()
          Gets array of all "service" elements
 AbstractServiceType GerApplicationType.getServiceArray(int i)
          Gets ith "service" element
 AbstractServiceType GerApplicationType.insertNewService(int i)
          Inserts and returns a new empty value (as xml) as the ith "service" element
 

Methods in org.apache.geronimo.xbeans.geronimo.j2ee with parameters of type AbstractServiceType
 void GerApplicationType.setServiceArray(AbstractServiceType[] serviceArray)
          Sets array of all "service" element
 void GerApplicationType.setServiceArray(int i, AbstractServiceType service)
          Sets ith "service" element
 

Uses of AbstractServiceType in org.apache.geronimo.xbeans.geronimo.j2ee.impl
 

Methods in org.apache.geronimo.xbeans.geronimo.j2ee.impl that return AbstractServiceType
 AbstractServiceType GerApplicationTypeImpl.addNewService()
          Appends and returns a new empty value (as xml) as the last "service" element
 AbstractServiceType[] GerApplicationTypeImpl.getServiceArray()
          Gets array of all "service" elements
 AbstractServiceType GerApplicationTypeImpl.getServiceArray(int i)
          Gets ith "service" element
 AbstractServiceType GerApplicationTypeImpl.insertNewService(int i)
          Inserts and returns a new empty value (as xml) as the ith "service" element
 

Methods in org.apache.geronimo.xbeans.geronimo.j2ee.impl with parameters of type AbstractServiceType
 void GerApplicationTypeImpl.setServiceArray(AbstractServiceType[] serviceArray)
          Sets array of all "service" element
 void GerApplicationTypeImpl.setServiceArray(int i, AbstractServiceType service)
          Sets ith "service" element
 

Uses of AbstractServiceType in org.apache.geronimo.xbeans.geronimo.web
 

Methods in org.apache.geronimo.xbeans.geronimo.web that return AbstractServiceType
 AbstractServiceType GerWebAppType.addNewService()
          Appends and returns a new empty value (as xml) as the last "service" element
 AbstractServiceType[] GerWebAppType.getServiceArray()
          Gets array of all "service" elements
 AbstractServiceType GerWebAppType.getServiceArray(int i)
          Gets ith "service" element
 AbstractServiceType GerWebAppType.insertNewService(int i)
          Inserts and returns a new empty value (as xml) as the ith "service" element
 

Methods in org.apache.geronimo.xbeans.geronimo.web with parameters of type AbstractServiceType
 void GerWebAppType.setServiceArray(AbstractServiceType[] serviceArray)
          Sets array of all "service" element
 void GerWebAppType.setServiceArray(int i, AbstractServiceType service)
          Sets ith "service" element
 

Uses of AbstractServiceType in org.apache.geronimo.xbeans.geronimo.web.impl
 

Methods in org.apache.geronimo.xbeans.geronimo.web.impl that return AbstractServiceType
 AbstractServiceType GerWebAppTypeImpl.addNewService()
          Appends and returns a new empty value (as xml) as the last "service" element
 AbstractServiceType[] GerWebAppTypeImpl.getServiceArray()
          Gets array of all "service" elements
 AbstractServiceType GerWebAppTypeImpl.getServiceArray(int i)
          Gets ith "service" element
 AbstractServiceType GerWebAppTypeImpl.insertNewService(int i)
          Inserts and returns a new empty value (as xml) as the ith "service" element
 

Methods in org.apache.geronimo.xbeans.geronimo.web.impl with parameters of type AbstractServiceType
 void GerWebAppTypeImpl.setServiceArray(AbstractServiceType[] serviceArray)
          Sets array of all "service" element
 void GerWebAppTypeImpl.setServiceArray(int i, AbstractServiceType service)
          Sets ith "service" element
 

Uses of AbstractServiceType in org.apache.geronimo.xbeans.geronimo.web.jetty
 

Methods in org.apache.geronimo.xbeans.geronimo.web.jetty that return AbstractServiceType
 AbstractServiceType JettyWebAppType.addNewService()
          Appends and returns a new empty value (as xml) as the last "service" element
 AbstractServiceType[] JettyWebAppType.getServiceArray()
          Gets array of all "service" elements
 AbstractServiceType JettyWebAppType.getServiceArray(int i)
          Gets ith "service" element
 AbstractServiceType JettyWebAppType.insertNewService(int i)
          Inserts and returns a new empty value (as xml) as the ith "service" element
 

Methods in org.apache.geronimo.xbeans.geronimo.web.jetty with parameters of type AbstractServiceType
 void JettyWebAppType.setServiceArray(AbstractServiceType[] serviceArray)
          Sets array of all "service" element
 void JettyWebAppType.setServiceArray(int i, AbstractServiceType service)
          Sets ith "service" element
 

Uses of AbstractServiceType in org.apache.geronimo.xbeans.geronimo.web.jetty.impl
 

Methods in org.apache.geronimo.xbeans.geronimo.web.jetty.impl that return AbstractServiceType
 AbstractServiceType JettyWebAppTypeImpl.addNewService()
          Appends and returns a new empty value (as xml) as the last "service" element
 AbstractServiceType[] JettyWebAppTypeImpl.getServiceArray()
          Gets array of all "service" elements
 AbstractServiceType JettyWebAppTypeImpl.getServiceArray(int i)
          Gets ith "service" element
 AbstractServiceType JettyWebAppTypeImpl.insertNewService(int i)
          Inserts and returns a new empty value (as xml) as the ith "service" element
 

Methods in org.apache.geronimo.xbeans.geronimo.web.jetty.impl with parameters of type AbstractServiceType
 void JettyWebAppTypeImpl.setServiceArray(AbstractServiceType[] serviceArray)
          Sets array of all "service" element
 void JettyWebAppTypeImpl.setServiceArray(int i, AbstractServiceType service)
          Sets ith "service" element
 

Uses of AbstractServiceType in org.apache.geronimo.xbeans.geronimo.web.tomcat
 

Methods in org.apache.geronimo.xbeans.geronimo.web.tomcat that return AbstractServiceType
 AbstractServiceType TomcatWebAppType.addNewService()
          Appends and returns a new empty value (as xml) as the last "service" element
 AbstractServiceType[] TomcatWebAppType.getServiceArray()
          Gets array of all "service" elements
 AbstractServiceType TomcatWebAppType.getServiceArray(int i)
          Gets ith "service" element
 AbstractServiceType TomcatWebAppType.insertNewService(int i)
          Inserts and returns a new empty value (as xml) as the ith "service" element
 

Methods in org.apache.geronimo.xbeans.geronimo.web.tomcat with parameters of type AbstractServiceType
 void TomcatWebAppType.setServiceArray(AbstractServiceType[] serviceArray)
          Sets array of all "service" element
 void TomcatWebAppType.setServiceArray(int i, AbstractServiceType service)
          Sets ith "service" element
 

Uses of AbstractServiceType in org.apache.geronimo.xbeans.geronimo.web.tomcat.impl
 

Methods in org.apache.geronimo.xbeans.geronimo.web.tomcat.impl that return AbstractServiceType
 AbstractServiceType TomcatWebAppTypeImpl.addNewService()
          Appends and returns a new empty value (as xml) as the last "service" element
 AbstractServiceType[] TomcatWebAppTypeImpl.getServiceArray()
          Gets array of all "service" elements
 AbstractServiceType TomcatWebAppTypeImpl.getServiceArray(int i)
          Gets ith "service" element
 AbstractServiceType TomcatWebAppTypeImpl.insertNewService(int i)
          Inserts and returns a new empty value (as xml) as the ith "service" element
 

Methods in org.apache.geronimo.xbeans.geronimo.web.tomcat.impl with parameters of type AbstractServiceType
 void TomcatWebAppTypeImpl.setServiceArray(AbstractServiceType[] serviceArray)
          Sets array of all "service" element
 void TomcatWebAppTypeImpl.setServiceArray(int i, AbstractServiceType service)
          Sets ith "service" element
 



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