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

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

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

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss that return TSSAssociationOptionList
static TSSAssociationOptionList TSSAssociationOptionList.Factory.newInstance()
           
static TSSAssociationOptionList TSSAssociationOptionList.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static TSSAssociationOptionList TSSAssociationOptionList.Factory.newValue(Object obj)
           
static TSSAssociationOptionList TSSAssociationOptionList.Factory.parse(File file)
           
static TSSAssociationOptionList TSSAssociationOptionList.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static TSSAssociationOptionList TSSAssociationOptionList.Factory.parse(InputStream is)
           
static TSSAssociationOptionList TSSAssociationOptionList.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static TSSAssociationOptionList TSSAssociationOptionList.Factory.parse(Node node)
           
static TSSAssociationOptionList TSSAssociationOptionList.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static TSSAssociationOptionList TSSAssociationOptionList.Factory.parse(Reader r)
           
static TSSAssociationOptionList TSSAssociationOptionList.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static TSSAssociationOptionList TSSAssociationOptionList.Factory.parse(String xmlAsString)
           
static TSSAssociationOptionList TSSAssociationOptionList.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static TSSAssociationOptionList TSSAssociationOptionList.Factory.parse(URL u)
           
static TSSAssociationOptionList TSSAssociationOptionList.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static TSSAssociationOptionList TSSAssociationOptionList.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static TSSAssociationOptionList TSSAssociationOptionList.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static TSSAssociationOptionList TSSAssociationOptionList.Factory.parse(XMLStreamReader sr)
           
static TSSAssociationOptionList TSSAssociationOptionList.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 TSSAssociationOptionList TSSSSLType.xgetRequires()
          Gets (as xml) the "requires" element
 TSSAssociationOptionList TSSSECIOPType.xgetRequires()
          Gets (as xml) the "requires" element
 TSSAssociationOptionList TSSSSLType.xgetSupports()
          Gets (as xml) the "supports" element
 TSSAssociationOptionList TSSSECIOPType.xgetSupports()
          Gets (as xml) the "supports" element
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss with parameters of type TSSAssociationOptionList
 void TSSSSLType.xsetRequires(TSSAssociationOptionList requires)
          Sets (as xml) the "requires" element
 void TSSSECIOPType.xsetRequires(TSSAssociationOptionList requires)
          Sets (as xml) the "requires" element
 void TSSSSLType.xsetSupports(TSSAssociationOptionList supports)
          Sets (as xml) the "supports" element
 void TSSSECIOPType.xsetSupports(TSSAssociationOptionList supports)
          Sets (as xml) the "supports" element
 

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

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

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss.impl that return TSSAssociationOptionList
 TSSAssociationOptionList TSSSSLTypeImpl.xgetRequires()
          Gets (as xml) the "requires" element
 TSSAssociationOptionList TSSSECIOPTypeImpl.xgetRequires()
          Gets (as xml) the "requires" element
 TSSAssociationOptionList TSSSSLTypeImpl.xgetSupports()
          Gets (as xml) the "supports" element
 TSSAssociationOptionList TSSSECIOPTypeImpl.xgetSupports()
          Gets (as xml) the "supports" element
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss.impl with parameters of type TSSAssociationOptionList
 void TSSSSLTypeImpl.xsetRequires(TSSAssociationOptionList requires)
          Sets (as xml) the "requires" element
 void TSSSECIOPTypeImpl.xsetRequires(TSSAssociationOptionList requires)
          Sets (as xml) the "requires" element
 void TSSSSLTypeImpl.xsetSupports(TSSAssociationOptionList supports)
          Sets (as xml) the "supports" element
 void TSSSECIOPTypeImpl.xsetSupports(TSSAssociationOptionList supports)
          Sets (as xml) the "supports" element
 



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