Uses of Interface
org.apache.geronimo.corba.xbeans.csiv2.tss.TSSTransportAddressType

Packages that use TSSTransportAddressType
org.apache.geronimo.corba.xbeans.csiv2.tss   
org.apache.geronimo.corba.xbeans.csiv2.tss.impl   
 

Uses of TSSTransportAddressType in org.apache.geronimo.corba.xbeans.csiv2.tss
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss that return TSSTransportAddressType
 TSSTransportAddressType TSSSECIOPType.addNewTransportAddress()
          Appends and returns a new empty value (as xml) as the last "transportAddress" element
 TSSTransportAddressType[] TSSSECIOPType.getTransportAddressArray()
          Gets array of all "transportAddress" elements
 TSSTransportAddressType TSSSECIOPType.getTransportAddressArray(int i)
          Gets ith "transportAddress" element
 TSSTransportAddressType TSSSECIOPType.insertNewTransportAddress(int i)
          Inserts and returns a new empty value (as xml) as the ith "transportAddress" element
static TSSTransportAddressType TSSTransportAddressType.Factory.newInstance()
           
static TSSTransportAddressType TSSTransportAddressType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static TSSTransportAddressType TSSTransportAddressType.Factory.parse(File file)
           
static TSSTransportAddressType TSSTransportAddressType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static TSSTransportAddressType TSSTransportAddressType.Factory.parse(InputStream is)
           
static TSSTransportAddressType TSSTransportAddressType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static TSSTransportAddressType TSSTransportAddressType.Factory.parse(Node node)
           
static TSSTransportAddressType TSSTransportAddressType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static TSSTransportAddressType TSSTransportAddressType.Factory.parse(Reader r)
           
static TSSTransportAddressType TSSTransportAddressType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static TSSTransportAddressType TSSTransportAddressType.Factory.parse(String xmlAsString)
           
static TSSTransportAddressType TSSTransportAddressType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static TSSTransportAddressType TSSTransportAddressType.Factory.parse(URL u)
           
static TSSTransportAddressType TSSTransportAddressType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static TSSTransportAddressType TSSTransportAddressType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static TSSTransportAddressType TSSTransportAddressType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static TSSTransportAddressType TSSTransportAddressType.Factory.parse(XMLStreamReader sr)
           
static TSSTransportAddressType TSSTransportAddressType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss with parameters of type TSSTransportAddressType
 void TSSSECIOPType.setTransportAddressArray(int i, TSSTransportAddressType transportAddress)
          Sets ith "transportAddress" element
 void TSSSECIOPType.setTransportAddressArray(TSSTransportAddressType[] transportAddressArray)
          Sets array of all "transportAddress" element
 

Uses of TSSTransportAddressType in org.apache.geronimo.corba.xbeans.csiv2.tss.impl
 

Classes in org.apache.geronimo.corba.xbeans.csiv2.tss.impl that implement TSSTransportAddressType
 class TSSTransportAddressTypeImpl
          An XML transportAddressType(@http://openejb.apache.org/xml/ns/corba-tss-config-2.1).
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss.impl that return TSSTransportAddressType
 TSSTransportAddressType TSSSECIOPTypeImpl.addNewTransportAddress()
          Appends and returns a new empty value (as xml) as the last "transportAddress" element
 TSSTransportAddressType[] TSSSECIOPTypeImpl.getTransportAddressArray()
          Gets array of all "transportAddress" elements
 TSSTransportAddressType TSSSECIOPTypeImpl.getTransportAddressArray(int i)
          Gets ith "transportAddress" element
 TSSTransportAddressType TSSSECIOPTypeImpl.insertNewTransportAddress(int i)
          Inserts and returns a new empty value (as xml) as the ith "transportAddress" element
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss.impl with parameters of type TSSTransportAddressType
 void TSSSECIOPTypeImpl.setTransportAddressArray(int i, TSSTransportAddressType transportAddress)
          Sets ith "transportAddress" element
 void TSSSECIOPTypeImpl.setTransportAddressArray(TSSTransportAddressType[] transportAddressArray)
          Sets array of all "transportAddress" element
 



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