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

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

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

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

Methods in org.apache.geronimo.xbeans.wsdl with parameters of type TPortType
 void TDefinitions.setPortTypeArray(int i, TPortType portType)
          Sets ith "portType" element
 void TDefinitions.setPortTypeArray(TPortType[] portTypeArray)
          Sets array of all "portType" element
 

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

Classes in org.apache.geronimo.xbeans.wsdl.impl that implement TPortType
 class TPortTypeImpl
          An XML tPortType(@http://schemas.xmlsoap.org/wsdl/).
 

Methods in org.apache.geronimo.xbeans.wsdl.impl that return TPortType
 TPortType TDefinitionsImpl.addNewPortType()
          Appends and returns a new empty value (as xml) as the last "portType" element
 TPortType[] TDefinitionsImpl.getPortTypeArray()
          Gets array of all "portType" elements
 TPortType TDefinitionsImpl.getPortTypeArray(int i)
          Gets ith "portType" element
 TPortType TDefinitionsImpl.insertNewPortType(int i)
          Inserts and returns a new empty value (as xml) as the ith "portType" element
 

Methods in org.apache.geronimo.xbeans.wsdl.impl with parameters of type TPortType
 void TDefinitionsImpl.setPortTypeArray(int i, TPortType portType)
          Sets ith "portType" element
 void TDefinitionsImpl.setPortTypeArray(TPortType[] portTypeArray)
          Sets array of all "portType" element
 



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