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

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

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

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss that return TSSAssociationOption
static TSSAssociationOption TSSAssociationOption.Factory.newInstance()
           
static TSSAssociationOption TSSAssociationOption.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static TSSAssociationOption TSSAssociationOption.Factory.newValue(Object obj)
           
static TSSAssociationOption TSSAssociationOption.Factory.parse(File file)
           
static TSSAssociationOption TSSAssociationOption.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static TSSAssociationOption TSSAssociationOption.Factory.parse(InputStream is)
           
static TSSAssociationOption TSSAssociationOption.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static TSSAssociationOption TSSAssociationOption.Factory.parse(Node node)
           
static TSSAssociationOption TSSAssociationOption.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static TSSAssociationOption TSSAssociationOption.Factory.parse(Reader r)
           
static TSSAssociationOption TSSAssociationOption.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static TSSAssociationOption TSSAssociationOption.Factory.parse(String xmlAsString)
           
static TSSAssociationOption TSSAssociationOption.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static TSSAssociationOption TSSAssociationOption.Factory.parse(URL u)
           
static TSSAssociationOption TSSAssociationOption.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static TSSAssociationOption TSSAssociationOption.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static TSSAssociationOption TSSAssociationOption.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static TSSAssociationOption TSSAssociationOption.Factory.parse(XMLStreamReader sr)
           
static TSSAssociationOption TSSAssociationOption.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

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

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



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