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

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

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

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

Methods in org.apache.geronimo.xbeans.wsdl with parameters of type TBinding
 void TDefinitions.setBindingArray(int i, TBinding binding)
          Sets ith "binding" element
 void TDefinitions.setBindingArray(TBinding[] bindingArray)
          Sets array of all "binding" element
 

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

Classes in org.apache.geronimo.xbeans.wsdl.impl that implement TBinding
 class TBindingImpl
          An XML tBinding(@http://schemas.xmlsoap.org/wsdl/).
 

Methods in org.apache.geronimo.xbeans.wsdl.impl that return TBinding
 TBinding TDefinitionsImpl.addNewBinding()
          Appends and returns a new empty value (as xml) as the last "binding" element
 TBinding[] TDefinitionsImpl.getBindingArray()
          Gets array of all "binding" elements
 TBinding TDefinitionsImpl.getBindingArray(int i)
          Gets ith "binding" element
 TBinding TDefinitionsImpl.insertNewBinding(int i)
          Inserts and returns a new empty value (as xml) as the ith "binding" element
 

Methods in org.apache.geronimo.xbeans.wsdl.impl with parameters of type TBinding
 void TDefinitionsImpl.setBindingArray(int i, TBinding binding)
          Sets ith "binding" element
 void TDefinitionsImpl.setBindingArray(TBinding[] bindingArray)
          Sets array of all "binding" element
 



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