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

Packages that use AbstractServiceType
org.apache.geronimo.deployment.xbeans   
org.apache.geronimo.deployment.xbeans.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
 



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.