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

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

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

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

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

Classes in org.apache.geronimo.corba.xbeans.csiv2.tss.impl that implement TSSTssDocument
 class TSSTssDocumentImpl
          A document containing one tss(@http://openejb.apache.org/xml/ns/corba-tss-config-2.1) element.
 



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