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

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

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

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

Methods in org.apache.geronimo.xbeans.wsdl with parameters of type TPart
 void TMessage.setPartArray(int i, TPart part)
          Sets ith "part" element
 void TMessage.setPartArray(TPart[] partArray)
          Sets array of all "part" element
 

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

Classes in org.apache.geronimo.xbeans.wsdl.impl that implement TPart
 class TPartImpl
          An XML tPart(@http://schemas.xmlsoap.org/wsdl/).
 

Methods in org.apache.geronimo.xbeans.wsdl.impl that return TPart
 TPart TMessageImpl.addNewPart()
          Appends and returns a new empty value (as xml) as the last "part" element
 TPart[] TMessageImpl.getPartArray()
          Gets array of all "part" elements
 TPart TMessageImpl.getPartArray(int i)
          Gets ith "part" element
 TPart TMessageImpl.insertNewPart(int i)
          Inserts and returns a new empty value (as xml) as the ith "part" element
 

Methods in org.apache.geronimo.xbeans.wsdl.impl with parameters of type TPart
 void TMessageImpl.setPartArray(int i, TPart part)
          Sets ith "part" element
 void TMessageImpl.setPartArray(TPart[] partArray)
          Sets array of all "part" element
 



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