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

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

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

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss that return TSSTssType
 TSSTssType TSSTssDocument.addNewTss()
          Appends and returns a new empty "tss" element
 TSSTssType TSSTssDocument.getTss()
          Gets the "tss" element
static TSSTssType TSSTssType.Factory.newInstance()
           
static TSSTssType TSSTssType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static TSSTssType TSSTssType.Factory.parse(File file)
           
static TSSTssType TSSTssType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static TSSTssType TSSTssType.Factory.parse(InputStream is)
           
static TSSTssType TSSTssType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static TSSTssType TSSTssType.Factory.parse(Node node)
           
static TSSTssType TSSTssType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static TSSTssType TSSTssType.Factory.parse(Reader r)
           
static TSSTssType TSSTssType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static TSSTssType TSSTssType.Factory.parse(String xmlAsString)
           
static TSSTssType TSSTssType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static TSSTssType TSSTssType.Factory.parse(URL u)
           
static TSSTssType TSSTssType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static TSSTssType TSSTssType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static TSSTssType TSSTssType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static TSSTssType TSSTssType.Factory.parse(XMLStreamReader sr)
           
static TSSTssType TSSTssType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss with parameters of type TSSTssType
 void TSSTssDocument.setTss(TSSTssType tss)
          Sets the "tss" element
 

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

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

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss.impl that return TSSTssType
 TSSTssType TSSTssDocumentImpl.addNewTss()
          Appends and returns a new empty "tss" element
 TSSTssType TSSTssDocumentImpl.getTss()
          Gets the "tss" element
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss.impl with parameters of type TSSTssType
 void TSSTssDocumentImpl.setTss(TSSTssType tss)
          Sets the "tss" element
 



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