Uses of Interface
org.openejb.xbeans.csiv2.tss.TSSTssDocument

Packages that use TSSTssDocument
org.openejb.xbeans.csiv2.tss   
org.openejb.xbeans.csiv2.tss.impl   
 

Uses of TSSTssDocument in org.openejb.xbeans.csiv2.tss
 

Methods in org.openejb.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(String xmlAsString)
           
static TSSTssDocument TSSTssDocument.Factory.parse(String xmlAsString, 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(URL u)
           
static TSSTssDocument TSSTssDocument.Factory.parse(URL u, 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(Reader r)
           
static TSSTssDocument TSSTssDocument.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static TSSTssDocument TSSTssDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static TSSTssDocument TSSTssDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr, 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(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
 

Uses of TSSTssDocument in org.openejb.xbeans.csiv2.tss.impl
 

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



Copyright © 1999-2006 OpenEJB. All Rights Reserved.