|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TSSTssType | |
org.openejb.xbeans.csiv2.tss | |
org.openejb.xbeans.csiv2.tss.impl |
Uses of TSSTssType in org.openejb.xbeans.csiv2.tss |
Methods in org.openejb.xbeans.csiv2.tss that return TSSTssType | |
static TSSTssType |
TSSTssType.Factory.newInstance()
|
static TSSTssType |
TSSTssType.Factory.newInstance(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(File file)
|
static TSSTssType |
TSSTssType.Factory.parse(File file,
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(InputStream is)
|
static TSSTssType |
TSSTssType.Factory.parse(InputStream is,
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(javax.xml.stream.XMLStreamReader sr)
|
static TSSTssType |
TSSTssType.Factory.parse(javax.xml.stream.XMLStreamReader sr,
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(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 |
TSSTssType |
TSSTssDocument.getTss()
Gets the "tss" element |
TSSTssType |
TSSTssDocument.addNewTss()
Appends and returns a new empty "tss" element |
Methods in org.openejb.xbeans.csiv2.tss with parameters of type TSSTssType | |
void |
TSSTssDocument.setTss(TSSTssType tss)
Sets the "tss" element |
Uses of TSSTssType in org.openejb.xbeans.csiv2.tss.impl |
Classes in org.openejb.xbeans.csiv2.tss.impl that implement TSSTssType | |
class |
TSSTssTypeImpl
An XML tssType(@http://www.openejb.org/xml/ns/corba-tss-config-2.0). |
Methods in org.openejb.xbeans.csiv2.tss.impl that return TSSTssType | |
TSSTssType |
TSSTssDocumentImpl.getTss()
Gets the "tss" element |
TSSTssType |
TSSTssDocumentImpl.addNewTss()
Appends and returns a new empty "tss" element |
Methods in org.openejb.xbeans.csiv2.tss.impl with parameters of type TSSTssType | |
void |
TSSTssDocumentImpl.setTss(TSSTssType tss)
Sets the "tss" element |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |