Uses of Interface
org.apache.geronimo.xbeans.wsdl.TService

Packages that use TService
org.apache.geronimo.xbeans.wsdl   
org.apache.geronimo.xbeans.wsdl.impl   
 

Uses of TService in org.apache.geronimo.xbeans.wsdl
 

Methods in org.apache.geronimo.xbeans.wsdl that return TService
 TService TDefinitions.addNewService()
          Appends and returns a new empty value (as xml) as the last "service" element
 TService[] TDefinitions.getServiceArray()
          Gets array of all "service" elements
 TService TDefinitions.getServiceArray(int i)
          Gets ith "service" element
 TService TDefinitions.insertNewService(int i)
          Inserts and returns a new empty value (as xml) as the ith "service" element
static TService TService.Factory.newInstance()
           
static TService TService.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static TService TService.Factory.parse(File file)
           
static TService TService.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static TService TService.Factory.parse(InputStream is)
           
static TService TService.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static TService TService.Factory.parse(Node node)
           
static TService TService.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static TService TService.Factory.parse(Reader r)
           
static TService TService.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static TService TService.Factory.parse(String xmlAsString)
           
static TService TService.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static TService TService.Factory.parse(URL u)
           
static TService TService.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static TService TService.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static TService TService.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static TService TService.Factory.parse(XMLStreamReader sr)
           
static TService TService.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

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

Uses of TService in org.apache.geronimo.xbeans.wsdl.impl
 

Classes in org.apache.geronimo.xbeans.wsdl.impl that implement TService
 class TServiceImpl
          An XML tService(@http://schemas.xmlsoap.org/wsdl/).
 

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

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



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